diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-09-18 16:21:24 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-09-18 16:21:24 -0400 |
commit | 704fd8bb020bda2886eebd7c0b4a6192d4a6717c (patch) | |
tree | cfdc3c39230f0cfd7c58ab542f92cf2c46ea5a43 /src | |
parent | 920c76a2fcc843bc58b79195414d3ed4b693e76e (diff) | |
download | tor-704fd8bb020bda2886eebd7c0b4a6192d4a6717c.tar.gz tor-704fd8bb020bda2886eebd7c0b4a6192d4a6717c.zip |
Bump bug 6866 log messages back up to notice for 0.2.4
Diffstat (limited to 'src')
-rw-r--r-- | src/or/circuitbuild.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c index 840031da57..09eef64eff 100644 --- a/src/or/circuitbuild.c +++ b/src/or/circuitbuild.c @@ -2664,7 +2664,7 @@ pathbias_count_first_hop(origin_circuit_t *circ) !circ->build_state->onehop_tunnel) { if ((rate_msg = rate_limit_log(&first_hop_notice_limit, approx_time()))) { - log_info(LD_BUG, + log_notice(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, @@ -2782,7 +2782,7 @@ pathbias_count_success(origin_circuit_t *circ) !circ->build_state->onehop_tunnel) { if ((rate_msg = rate_limit_log(&success_notice_limit, approx_time()))) { - log_info(LD_BUG, + log_notice(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, |