lib/shoryuken/launcher.rb in shoryuken-1.0.2 vs lib/shoryuken/launcher.rb in shoryuken-1.0.3
- old
+ new
@@ -34,10 +34,10 @@
end
end
def actor_died(actor, reason)
return if @done
- logger.warn 'Shoryuken died due to the following error, cannot recover, process exiting'
+ logger.warn { 'Shoryuken died due to the following error, cannot recover, process exiting' }
exit 1
end
end
end