summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2021-10-13 16:51:46 -0400
committerNick Mathewson <nickm@torproject.org>2021-10-13 16:51:46 -0400
commit3da455de0025f2d7a6ef97dcae849fefe3ba35fb (patch)
tree3c67638526824f3a039c986460f8857fde75e412 /changes
parentba5a71b91325b52f27fff76b736af9ddd16ba540 (diff)
downloadtor-3da455de0025f2d7a6ef97dcae849fefe3ba35fb.tar.gz
tor-3da455de0025f2d7a6ef97dcae849fefe3ba35fb.zip
Downgrade a PROTOCOL_WARN log message.
This one happens every time we get a failure from circuit_receive_relay_cell -- but for all the relevant failing cases in that function, we already log in that function. This resolves one case of #40400. Two cases remain.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug404006
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug40400 b/changes/bug40400
new file mode 100644
index 0000000000..2ac5cf5dce
--- /dev/null
+++ b/changes/bug40400
@@ -0,0 +1,6 @@
+ o Minor bugfixes (usability):
+ - Do not log "circuit_receive_relay_cell failed" at LOG_PROTOCOL_WARN;
+ instead log it at DEBUG. In every case where we would want to log
+ this as a protocol warning, we are already logging another warning
+ from inside circuit_receive_relay_cell. Fixes part of bug 40400;
+ bugfix on 0.1.1.9.