class Daemons::Reporter

def cannot_stop_process(app_name, pid)

def cannot_stop_process(app_name, pid)
  output_message "#{app_name}: unable to forcefully kill process with pid #{pid}."
  $stdout.flush
end