[tor-commits] [tor/release-0.2.4] Bug #8196: Demote a path bias notice that can be caused by controllers.

arma at torproject.org arma at torproject.org
Thu Apr 11 05:29:53 UTC 2013


commit 9117b142186941f99eae8e07626f12f0b60acd44
Author: Mike Perry <mikeperry-git at fscked.org>
Date:   Tue Mar 26 15:57:38 2013 -0700

    Bug #8196: Demote a path bias notice that can be caused by controllers.
    
    We didn't see this in normal usage anyway.
---
 src/or/circuitbuild.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c
index 3ab534b..7db2b70 100644
--- a/src/or/circuitbuild.c
+++ b/src/or/circuitbuild.c
@@ -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,





More information about the tor-commits mailing list