diff options
author | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2016-03-24 10:38:07 +1100 |
---|---|---|
committer | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2016-03-24 10:39:23 +1100 |
commit | f2a344e3974eeba860434884bd70f8d11cca94ea (patch) | |
tree | 543d199f715730999ad2d45db1bdb04ea2b4f24a /changes | |
parent | 45681f695c6096e280bc7ec3bf0a67c27708dbbc (diff) | |
download | tor-f2a344e3974eeba860434884bd70f8d11cca94ea.tar.gz tor-f2a344e3974eeba860434884bd70f8d11cca94ea.zip |
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".
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug18351 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug18351 b/changes/bug18351 new file mode 100644 index 0000000000..f2e21eabd9 --- /dev/null +++ b/changes/bug18351 @@ -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". |