17 18 19
# File 'lib/sip/sipper.rb', line 17 def log(msg) puts "#{Utils::hostname} #{Time.now.strftime '%Y-%m-%d %H:%M:%S'}: #{msg}" if @config[:debug] end