Browse Source

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).
teor 6 years ago
parent
commit
2e8ef42b0a
1 changed files with 3 additions and 0 deletions
  1. 3 0
      tools/ignore.warnings

+ 3 - 0
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