aboutsummaryrefslogtreecommitdiff
path: root/src/or/rephist.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-02-06 13:03:01 -0500
committerNick Mathewson <nickm@torproject.org>2014-02-06 13:03:01 -0500
commitedc6fa25706534b35259111797fade88c9b694da (patch)
tree7eca3c9695e1e821332856b55623429162a77bf5 /src/or/rephist.c
parent35115496511f64c08849a039c926910739467169 (diff)
downloadtor-edc6fa25706534b35259111797fade88c9b694da.tar
tor-edc6fa25706534b35259111797fade88c9b694da.tar.gz
Deliver circuit handshake counts as part of the heartbeat
Previously, they went out once an hour, unconditionally. Fixes 10485; bugfix on 0.2.4.17-rc.
Diffstat (limited to 'src/or/rephist.c')
-rw-r--r--src/or/rephist.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/rephist.c b/src/or/rephist.c
index 131e531b1..2948bf8f0 100644
--- a/src/or/rephist.c
+++ b/src/or/rephist.c
@@ -3041,7 +3041,6 @@ void
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: "
"%d/%d TAP, %d/%d NTor.",
onion_handshakes_completed[ONION_HANDSHAKE_TYPE_TAP],