From: Peter Palfrader Date: Sat, 27 Oct 2007 14:20:48 +0000 (+0000) Subject: Do not call the update function with verbose=true just because we read from stdin X-Git-Tag: tor-0.2.0.10-alpha~127 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f21d35751ee05f2aa22fa47da7a71ebe6a15910e;p=thirdparty%2Ftor.git Do not call the update function with verbose=true just because we read from stdin svn:r12226 --- diff --git a/contrib/auto-naming/process-consensus b/contrib/auto-naming/process-consensus index 321b64dfbd..ed45634c2e 100755 --- a/contrib/auto-naming/process-consensus +++ b/contrib/auto-naming/process-consensus @@ -82,7 +82,7 @@ end if ARGV.size == 0 handle_one_consensus STDIN.readlines - do_update true + do_update $verbose else ARGV.each do |filename| puts filename if $verbose