add more information when shutting down

This commit is contained in:
David Dollar
2012-01-04 12:15:17 -05:00
parent fff15bc627
commit 1c6285f8af
+1
View File
@@ -71,6 +71,7 @@ private ######################################################################
def kill_all(signal="SIGTERM")
running_processes.each do |pid, process|
info "sending #{signal} to pid #{pid}"
Process.kill(signal, pid) rescue Errno::ESRCH
end
end