diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-05-07 22:13:29 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-05-07 22:13:29 -0400 |
commit | 48b9c6fcc60561ee0054d7cbd4603c4f832eeaa3 (patch) | |
tree | 3b77aa57b05914fdbaf110e32eb0433ec7031f2d /src/or/circuituse.c | |
parent | b0e078d5af9d30d87060990e3a52fd16c63148e2 (diff) | |
download | tor-48b9c6fcc60561ee0054d7cbd4603c4f832eeaa3.tar.gz tor-48b9c6fcc60561ee0054d7cbd4603c4f832eeaa3.zip |
Better log message for 8387 diagnostic
Diffstat (limited to 'src/or/circuituse.c')
-rw-r--r-- | src/or/circuituse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/circuituse.c b/src/or/circuituse.c index 7820e8853e..9d2decf576 100644 --- a/src/or/circuituse.c +++ b/src/or/circuituse.c @@ -817,8 +817,8 @@ circuit_log_ancient_one_hop_circuits(int age) goto done; log_notice(LD_HEARTBEAT, - "Problem: Found %d one-hop circuits more than %d seconds old! " - "Logging %d...", + "Diagnostic for issue 8387: Found %d one-hop circuits more " + "than %d seconds old! Logging %d...", n_found, age, smartlist_len(log_these)); SMARTLIST_FOREACH_BEGIN(log_these, const origin_circuit_t *, ocirc) { |