diff options
author | Roger Dingledine <arma@torproject.org> | 2012-09-03 18:13:35 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2012-09-03 18:13:35 -0400 |
commit | e964f811437290ada91b62b44efb5caf7b491da4 (patch) | |
tree | a46c484cc367ba80b1a58b090b3b7e87681f8b39 /changes | |
parent | 3a0b8c85c4f8ea5ea2278917de6fcf1a201d1cbf (diff) | |
download | tor-e964f811437290ada91b62b44efb5caf7b491da4.tar.gz tor-e964f811437290ada91b62b44efb5caf7b491da4.zip |
omit the first heartbeat message (resolves ticket 6758)
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature6758 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/feature6758 b/changes/feature6758 new file mode 100644 index 0000000000..049f05ea12 --- /dev/null +++ b/changes/feature6758 @@ -0,0 +1,5 @@ + o Minor features: + - Omit the first heartbeat log message, because it never has anything + useful to say, and it clutters up the bootstrapping messages. + Resolves ticket 6758. + |