redis-repeater 0.2.5 → 0.2.6
Sign up to get free protection for your applications and to get access to all the features.
@@ -24,7 +24,7 @@ module RedisRepeater
|
|
24
24
|
end
|
25
25
|
# Keep the count and log a debug message
|
26
26
|
@source.incrby("redis-repeater:#{@queue}:count", count) if @maintain_count
|
27
|
-
@logger.debug "Transported #{count} items from #{@queue} to #{@destinations.count} #{@destinations.count == 1 ? 'destination' : 'destinations'}"
|
27
|
+
@logger.debug "Transported #{count} items from #{@queue} to #{@destinations.count} #{@destinations.count == 1 ? 'destination' : 'destinations'}" unless count == 0
|
28
28
|
end
|
29
29
|
|
30
30
|
end
|