From: William Morgan Date: Thu, 20 Dec 2007 02:40:43 +0000 (-0800) Subject: disable gpg logging messages because they're a little irritating X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=11b3c59d8ae571c98e6a9fd2b882fcff6cbb3ff1;p=sup disable gpg logging messages because they're a little irritating --- diff --git a/lib/sup/crypto.rb b/lib/sup/crypto.rb index 0f9cdfd..9e16132 100644 --- a/lib/sup/crypto.rb +++ b/lib/sup/crypto.rb @@ -156,9 +156,9 @@ private def run_gpg args cmd = "#{@cmd} #{args} 2> /dev/null" - Redwood::log "crypto: running: #{cmd}" + #Redwood::log "crypto: running: #{cmd}" output = `#{cmd}` - Redwood::log "crypto: output: #{output.inspect}" unless $?.success? + #Redwood::log "crypto: output: #{output.inspect}" unless $?.success? output end end