class Daemons::Reporter
def stopping_process(app_name, pid, sig, wait)
def stopping_process(app_name, pid, sig, wait) output_message "#{app_name}: trying to stop process with pid #{pid}#{' forcefully :(' if sig == 'KILL'} sending #{sig} and waiting #{wait}s ..." $stdout.flush end