diff options
author | David Goulet <dgoulet@torproject.org> | 2021-10-14 13:09:21 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2021-10-14 13:09:21 -0400 |
commit | 1ea523c705755df6ed63a4aa0cd548d2990e3fe2 (patch) | |
tree | f478ae71f45dfa0ee446a422b5159f64692353ce /changes | |
parent | ed4b8ca74b4300cb5b5b43ee751915a31796ccb7 (diff) | |
parent | d10ceb7165effc30d38edbbe370f311c4719d2b6 (diff) | |
download | tor-1ea523c705755df6ed63a4aa0cd548d2990e3fe2.tar.gz tor-1ea523c705755df6ed63a4aa0cd548d2990e3fe2.zip |
Merge branch 'tor-gitlab/mr/458'
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. |