Make --quiet and --hush apply to default logs, not only initial logs

Fixes bug 3550; bugfix on 0.2.0.10-alpha (where --quiet was introduced).
This commit is contained in:
Nick Mathewson
2011-08-04 14:23:51 -04:00
parent 6596aa022f
commit e5e7b6d718
3 changed files with 21 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor bugfixes:
- The "--quiet" and "--hush" options now apply not only to Tor's
behavior before user-configured logs are added, but also to
Tor's behavior in the absense of configured logs. Fixes bug
3550; bugfix on 0.2.0.10-alpha.