diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-12-24 11:41:48 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-12-24 11:41:48 -0500 |
commit | 2b8962bc64852d601efa2a8a624bffbbf5ba7ef5 (patch) | |
tree | 56c542a54b22fc41b43eae7f588de850bb37eb35 /src/or/rephist.c | |
parent | 35115496511f64c08849a039c926910739467169 (diff) | |
download | tor-2b8962bc64852d601efa2a8a624bffbbf5ba7ef5.tar.gz tor-2b8962bc64852d601efa2a8a624bffbbf5ba7ef5.zip |
Move onion-type stats message into heartbeat
Fix for 10485. Fix on 0.2.4.17-alpha.
Diffstat (limited to 'src/or/rephist.c')
-rw-r--r-- | src/or/rephist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rephist.c b/src/or/rephist.c index 131e531b19..20d963f873 100644 --- a/src/or/rephist.c +++ b/src/or/rephist.c @@ -3042,7 +3042,7 @@ rep_hist_log_circuit_handshake_stats(time_t now) { (void)now; /* XXX024 maybe quiet this log message before 0.2.4 goes stable for real */ - log_notice(LD_HIST, "Circuit handshake stats since last time: " + log_notice(LD_HEARTBEAT, "Circuit handshake stats since last time: " "%d/%d TAP, %d/%d NTor.", onion_handshakes_completed[ONION_HANDSHAKE_TYPE_TAP], onion_handshakes_requested[ONION_HANDSHAKE_TYPE_TAP], |