From 89a0b77740f2a1179badcaa71d1e104cedb6ddde Mon Sep 17 00:00:00 2001 From: teor Date: Wed, 9 Jan 2019 18:00:34 +1000 Subject: 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. --- changes/bug29029 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/bug29029 (limited to 'changes') 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. -- cgit v1.2.3-54-g00ecf