tor/changes/bug40400_part2
Nick Mathewson d10ceb7165 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.
2021-10-14 12:21:30 -04:00

6 lines
325 B
Plaintext

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.