diff options
author | David Goulet <dgoulet@torproject.org> | 2024-04-16 11:05:52 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2024-04-16 13:49:42 -0400 |
commit | bedc6a90d236f00f91597c67e1fd74a13de01808 (patch) | |
tree | 3434107e6fab6fdf915ff12166c7c53339ea52c1 /changes | |
parent | 29e3601c4249094e010c49e55e8bcd5769b4eb57 (diff) | |
download | tor-bedc6a90d236f00f91597c67e1fd74a13de01808.tar.gz tor-bedc6a90d236f00f91597c67e1fd74a13de01808.zip |
circuit: Remove log_warn triggered by a proto violation
Fixes #40932
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket40932 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket40932 b/changes/ticket40932 new file mode 100644 index 0000000000..10e1b651c4 --- /dev/null +++ b/changes/ticket40932 @@ -0,0 +1,3 @@ + o Minor bugfix (circuit): + - Remove a log_warn being triggered by a protocol violation that already + emits a protocol warning log. Fixes bug 40932; bugfix on 0.4.8.1-alpha. |