# File lib/daemons/reporter.rb, line 43
    def cannot_stop_process(app_name, pid)
      output_message "#{app_name}: unable to forcefully kill process with pid #{pid}."
    end