lib/dispatch-rider/runner.rb in dispatch-rider-1.6.0 vs lib/dispatch-rider/runner.rb in dispatch-rider-1.6.1

- old
+ new

@@ -14,10 +14,10 @@ end private_class_method :new def process callbacks.invoke(:process) do - puts "Running..." + logger.info "Running..." @subscriber.process end end private