# File lib/daemons/reporter.rb, line 13
    def output_message(message)
      if !options[:shush]
        puts message
      end
    end