aboutsummaryrefslogtreecommitdiff
path: root/changes/bug7302
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-03-11 20:52:20 -0400
committerNick Mathewson <nickm@torproject.org>2013-03-11 20:52:20 -0400
commit805ecb8719e5e66d708f040027fecc6de56b3a5b (patch)
tree06901c74c1403600ce85fecd423e65ceca567099 /changes/bug7302
parent34f07ec8629a94b87fd19f93bb62d4f91286fbc6 (diff)
downloadtor-805ecb8719e5e66d708f040027fecc6de56b3a5b.tar
tor-805ecb8719e5e66d708f040027fecc6de56b3a5b.tar.gz
Make control_event_bootstrap_problem always INFO when hibernating
When we're hibernating, the main reqason we can't bootstrap will always be that we're hibernating: reporting anything else at severity WARN is pointless. Fixes part of 7302.
Diffstat (limited to 'changes/bug7302')
-rw-r--r--changes/bug73028
1 files changed, 7 insertions, 1 deletions
diff --git a/changes/bug7302 b/changes/bug7302
index 2949e4094..fec615ff9 100644
--- a/changes/bug7302
+++ b/changes/bug7302
@@ -2,4 +2,10 @@
- Don't log inappropriate heartbeat messages when hibernating: a
hibernating node is _expected_ to drop out of the consensus,
decide it isn't bootstrapped, and so forth. Fixes part of bug
- #7302; bugfix on 0.2.3.1-alpha.
+ 7302; bugfix on 0.2.3.1-alpha.
+
+ - Don't complain about bootstrapping problems while hibernating.
+ These complaints reflect a general code problems, but not one
+ with any problematic effects. (No connections are actually
+ opened.) Fixes part of bug 7302; bugfix on 0.2.3.2-alpha.
+