Log only one message for dangerous log settings.

We log only one message, containing a complete list of what's
wrong.  We log the complete list whenever any of the possible things
that could have gotten wrong gets worse.

Fix for #9870. Bugfix on 10480dff01, which we merged in
0.2.5.1-alpha.
This commit is contained in:
Nick Mathewson
2014-02-12 15:32:50 -05:00
parent 2c0088b8aa
commit c4bb3c8d44
2 changed files with 30 additions and 13 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor bugfixes:
- Log only one message when we start logging in an unsafe
way. Previously, we would log as many messages as we had
problems. Fix for #9870; bugfix on 0.2.5.1-alpha.