commit 2e8ef42b0a7682cfbf9fb34f0c5b6e62fe06374b Author: teor teor2345@gmail.com Date: Tue Sep 12 11:56:38 2017 +1000
Ignore the new format "Failed to find node for hop" log message
Fixes 23475, introduced by tor's 18982 in tor master (0.3.2.0-alpha-dev). --- tools/ignore.warnings | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/tools/ignore.warnings b/tools/ignore.warnings index 87e1b83..8384066 100644 --- a/tools/ignore.warnings +++ b/tools/ignore.warnings @@ -25,7 +25,10 @@ Error publishing .* consensus Every hidden service on this tor instance is NON-ANONYMOUS # We ignore consensus failure warnings Failed to choose an exit server +# These are 0-based Failed to find node for hop [0-1] of our path +# These are 1-based +Failed to find node for hop #[1-2] of our path # Tor Bug 21524 IPv4 address.*private.*with accept6/reject6 field type in exit policy In a future version of Tor, ExitRelay 0 may become the default when no ExitPolicy is given
tor-commits@lists.torproject.org