From 11b3c59d8ae571c98e6a9fd2b882fcff6cbb3ff1 Mon Sep 17 00:00:00 2001 From: William Morgan Date: Wed, 19 Dec 2007 18:40:43 -0800 Subject: [PATCH] disable gpg logging messages because they're a little irritating --- lib/sup/crypto.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.45.2