Downgrade a harmless bug warning to info.

Makes 19926 less annoying in 0.2.9.  In 0.3.0, we should actually
fix this.
This commit is contained in:
Nick Mathewson
2016-12-09 08:43:09 -05:00
parent adaf6a422a
commit a40d212383
2 changed files with 6 additions and 1 deletions
+3
View File
@@ -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.