lib/ruote/log/wait_logger.rb in ruote-2.1.4 vs lib/ruote/log/wait_logger.rb in ruote-2.1.5

- old
+ new

@@ -41,9 +41,10 @@ @color = 33 @context.worker.subscribe(:all, self) if @context.worker @noisy = false + @count = -1 end def notify (msg) puts(pretty_print(msg)) if @noisy