lib/pitchfork/http_server.rb in pitchfork-0.4.0 vs lib/pitchfork/http_server.rb in pitchfork-0.4.1
- old
+ new
@@ -374,10 +374,10 @@
wpid or return
worker = @children.reap(wpid) and worker.close rescue nil
if worker
@after_worker_exit.call(self, worker, status)
else
- logger.error("reaped unknown subprocess #{status.inspect}")
+ logger.info("reaped unknown subprocess #{status.inspect}")
end
rescue Errno::ECHILD
break
end
end