Downgrade IP version warnings to avoid filling logs

Downgrade logs and backtraces about IP versions to
info-level. Only log backtraces once each time tor runs.

Assists in diagnosing bug 18351; bugfix on c3cc8e16e in
tor-0.2.8.1-alpha.

Reported by "sysrqb" and "Christian", patch by "teor".
This commit is contained in:
teor (Tim Wilson-Brown)
2016-03-24 10:38:07 +11:00
parent 45681f695c
commit f2a344e397
4 changed files with 34 additions and 10 deletions
+6
View File
@@ -0,0 +1,6 @@
o Minor bugfixes (logging):
- Downgrade logs and backtraces about IP versions to
info-level. Only log backtraces once each time tor runs.
Assists in diagnosing bug 18351; bugfix on c3cc8e16e in
tor-0.2.8.1-alpha.
Reported by "sysrqb" and "Christian", patch by "teor".