diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-08-29 16:05:58 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-08-29 16:05:58 -0400 |
commit | 4a6f5bb2dda188ed1d1a80455bf9c9b0b3f00066 (patch) | |
tree | 5a99091f470828803ac7bbe41c13b8102276db00 /changes | |
parent | 37a76d75dd38a1ebd45627bb6e29e40f60917188 (diff) | |
download | tor-4a6f5bb2dda188ed1d1a80455bf9c9b0b3f00066.tar.gz tor-4a6f5bb2dda188ed1d1a80455bf9c9b0b3f00066.zip |
Improve "Tried to establish rendezvous on non-OR or non-edge circuit"
Instead of putting it all in one warning message, log what exactly
was wrong with the circuit.
Resolves ticket 12997.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug12997 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug12997 b/changes/bug12997 new file mode 100644 index 0000000000..fb6e7a8459 --- /dev/null +++ b/changes/bug12997 @@ -0,0 +1,3 @@ + o Minor features: + - Log more specific warnings when we get an ESTABLISH_RENDEZVOUS cell + on a cannibalized or non-OR circuit. Resolves ticket 12997. |