diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-12-09 08:43:09 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-12-09 08:43:09 -0500 |
commit | a40d2123834cd55e77ed76684a6d0f536a7c2f4e (patch) | |
tree | 62ba8866f352217947e0798661ba48952ec26498 /changes | |
parent | adaf6a422af84a7402c2199d2c9be89a7e3f9e02 (diff) | |
download | tor-a40d2123834cd55e77ed76684a6d0f536a7c2f4e.tar.gz tor-a40d2123834cd55e77ed76684a6d0f536a7c2f4e.zip |
Downgrade a harmless bug warning to info.
Makes 19926 less annoying in 0.2.9. In 0.3.0, we should actually
fix this.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug19926_029_info | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug19926_029_info b/changes/bug19926_029_info new file mode 100644 index 0000000000..93fd81b6cb --- /dev/null +++ b/changes/bug19926_029_info @@ -0,0 +1,3 @@ + o Minor bugfixes (logging): + - Downgrade a harmless log message about the pending_entry_connections + list from "warn" to "info". Mitigates bug 19926. |