diff options
author | Nick Mathewson <nickm@torproject.org> | 2021-10-14 12:21:30 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2021-10-14 12:21:30 -0400 |
commit | d10ceb7165effc30d38edbbe370f311c4719d2b6 (patch) | |
tree | 29a83199a9a604c9b097b59048f3022371e6b131 /changes | |
parent | 0ec08b06439e78cd7c2557ef39163949c62f7fbf (diff) | |
download | tor-d10ceb7165effc30d38edbbe370f311c4719d2b6.tar.gz tor-d10ceb7165effc30d38edbbe370f311c4719d2b6.zip |
Downgrade "Rejecting RENDEZVOUS1 cell with unrecognized cookie"
This is the loudest of our LOG_PROTOCOL_WARN messages, it can occur
naturally, and there doesn't seem to be a great response to it.
Partial fix for 40400; bugfix on 0.1.1.13-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug40400_part2 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug40400_part2 b/changes/bug40400_part2 new file mode 100644 index 0000000000..9b834d5ea1 --- /dev/null +++ b/changes/bug40400_part2 @@ -0,0 +1,5 @@ + o Minor bugfixes (usability): + - Do not log "RENDEZVOUS1 cell with unrecognized rendezvous cookie" + at LOG_PROTOCOL_WARN; instead log it at DEBUG. This warning can happen + naturally if a client gives up on a rendezvous circuit after sending + INTRODUCE1. Fixes part of bug 40400; bugfix on 0.1.1.13-alpha. |