diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-03-11 20:50:02 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-03-11 20:50:02 -0400 |
commit | 34f07ec8629a94b87fd19f93bb62d4f91286fbc6 (patch) | |
tree | dd6aa913610fd652dc32f97fe358e719f0ff481b /changes | |
parent | 051b1e8ac4114fb23904cdf8dead72d585904e0a (diff) | |
download | tor-34f07ec8629a94b87fd19f93bb62d4f91286fbc6.tar tor-34f07ec8629a94b87fd19f93bb62d4f91286fbc6.tar.gz |
When hibernating, don't heartbeat about problems.
Fixes part of 7302.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug7302 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug7302 b/changes/bug7302 new file mode 100644 index 000000000..2949e4094 --- /dev/null +++ b/changes/bug7302 @@ -0,0 +1,5 @@ + o Minor bugfixes: + - 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. |