[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r12226: Do not call the update function with verbose=true just becau (tor/trunk/contrib/auto-naming)
Author: weasel
Date: 2007-10-27 10:20:48 -0400 (Sat, 27 Oct 2007)
New Revision: 12226
Modified:
tor/trunk/contrib/auto-naming/process-consensus
Log:
Do not call the update function with verbose=true just because we read from stdin
Modified: tor/trunk/contrib/auto-naming/process-consensus
===================================================================
--- tor/trunk/contrib/auto-naming/process-consensus 2007-10-27 14:20:13 UTC (rev 12225)
+++ tor/trunk/contrib/auto-naming/process-consensus 2007-10-27 14:20:48 UTC (rev 12226)
@@ -82,7 +82,7 @@
if ARGV.size == 0
handle_one_consensus STDIN.readlines
- do_update true
+ do_update $verbose
else
ARGV.each do |filename|
puts filename if $verbose