lib/shoryuken/launcher.rb in shoryuken-2.0.11 vs lib/shoryuken/launcher.rb in shoryuken-2.1.0

- 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: #{reason}" } exit 1 end end end