mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-22 14:23:04 +01:00
Do not call the update function with verbose=true just because we read from stdin
svn:r12226
This commit is contained in:
parent
19f2418923
commit
f21d35751e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue