]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bug #8196: Demote a path bias notice that can be caused by controllers.
authorMike Perry <mikeperry-git@fscked.org>
Tue, 26 Mar 2013 22:57:38 +0000 (15:57 -0700)
committerNick Mathewson <nickm@torproject.org>
Fri, 29 Mar 2013 16:21:28 +0000 (12:21 -0400)
We didn't see this in normal usage anyway.

src/or/circuitbuild.c

index 3ab534b08faa7529331516e856b346c57bbbc2f1..7db2b70bf72e3b432a3ee8f1a6d9e5e923278ac2 100644 (file)
@@ -1378,7 +1378,7 @@ pathbias_should_count(origin_circuit_t *circ)
     if (circ->build_state->desired_path_len != 1 ||
         !circ->build_state->onehop_tunnel) {
       if ((rate_msg = rate_limit_log(&count_limit, approx_time()))) {
-        log_notice(LD_BUG,
+        log_info(LD_BUG,
                "One-hop circuit has length %d. Path state is %s. "
                "Circuit is a %s currently %s.%s",
                circ->build_state->desired_path_len,