diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-11-15 14:42:59 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-11-15 14:42:59 -0500 |
commit | ef55a7a69a131e50cce9702064399549bb4d63bc (patch) | |
tree | 79830f0acbf5fec460c879f9a17053ea2ba70139 /changes | |
parent | ae8683621add4b7fe68ba82f76b231ef8551477f (diff) | |
download | tor-ef55a7a69a131e50cce9702064399549bb4d63bc.tar.gz tor-ef55a7a69a131e50cce9702064399549bb4d63bc.zip |
Tweak the message when we re-enable CBT.
Implements ticket 20963.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug20963 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug20963 b/changes/bug20963 new file mode 100644 index 0000000000..a65c58399c --- /dev/null +++ b/changes/bug20963 @@ -0,0 +1,4 @@ + o Minor features (logging): + - Improve the message we log when re-enabling circuit build timeouts + after having received a consensus. Closes ticket 20963. + |