about summary refs log tree commit homepage
path: root/lib/unicorn.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/unicorn.rb')
-rw-r--r--lib/unicorn.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/unicorn.rb b/lib/unicorn.rb
index 8f490bb..52349f0 100644
--- a/lib/unicorn.rb
+++ b/lib/unicorn.rb
@@ -519,8 +519,8 @@ module Unicorn
             proc_name 'master'
           else
             worker = WORKERS.delete(wpid) and worker.tmp.close rescue nil
-            logger.info "reaped #{status.inspect} " \
-                        "worker=#{worker.nr rescue 'unknown'}"
+            m = "reaped #{status.inspect} worker=#{worker.nr rescue 'unknown'}"
+            status.success? ? logger.info(m) : logger.error(m)
           end
         end
       rescue Errno::ECHILD