aboutsummaryrefslogtreecommitdiff
path: root/changes/bug29029
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-01-09 18:00:34 +1000
committerteor <teor@torproject.org>2019-01-10 07:59:59 +1000
commit89a0b77740f2a1179badcaa71d1e104cedb6ddde (patch)
treeb73faa0822e6daea3aa494e13e3842258fd4f809 /changes/bug29029
parent445d6750f79c266c0e21e7a31e6d5f872f8a4ec8 (diff)
downloadtor-89a0b77740f2a1179badcaa71d1e104cedb6ddde.tar.gz
tor-89a0b77740f2a1179badcaa71d1e104cedb6ddde.zip
rend: stop warning when clients send multiple rend establish cells
Stop logging "Tried to establish rendezvous on non-OR circuit..." as a warning. Instead, log it as a protocol warning, because there is nothing that relay operators can do to fix it. Fixes bug 29029; bugfix on 0.2.5.7-rc.
Diffstat (limited to 'changes/bug29029')
-rw-r--r--changes/bug290295
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug29029 b/changes/bug29029
new file mode 100644
index 0000000000..e100a8c2ed
--- /dev/null
+++ b/changes/bug29029
@@ -0,0 +1,5 @@
+ o Minor bugfixes (logging, onion services):
+ - Stop logging "Tried to establish rendezvous on non-OR circuit..." as
+ a warning. Instead, log it as a protocol warning, because there is
+ nothing that relay operators can do to fix it. Fixes bug 29029;
+ bugfix on 0.2.5.7-rc.