aboutsummaryrefslogtreecommitdiff
path: root/src/or/main.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-12-24 11:41:48 -0500
committerNick Mathewson <nickm@torproject.org>2013-12-24 11:41:48 -0500
commit2b8962bc64852d601efa2a8a624bffbbf5ba7ef5 (patch)
tree56c542a54b22fc41b43eae7f588de850bb37eb35 /src/or/main.c
parent35115496511f64c08849a039c926910739467169 (diff)
downloadtor-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/main.c')
-rw-r--r--src/or/main.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/or/main.c b/src/or/main.c
index deed798e80..bd23141b97 100644
--- a/src/or/main.c
+++ b/src/or/main.c
@@ -1353,11 +1353,6 @@ run_scheduled_events(time_t now)
next_time_to_write_stats_files = next_write;
}
time_to_write_stats_files = next_time_to_write_stats_files;
-
- /* Also commandeer this opportunity to log how our circuit handshake
- * stats have been doing. */
- if (public_server_mode(options))
- rep_hist_log_circuit_handshake_stats(now);
}
/* 1h. Check whether we should write bridge statistics to disk.