commit 48b9c6fcc60561ee0054d7cbd4603c4f832eeaa3 Author: Nick Mathewson nickm@torproject.org Date: Wed May 7 22:13:29 2014 -0400
Better log message for 8387 diagnostic --- src/or/circuituse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/or/circuituse.c b/src/or/circuituse.c index 7820e88..9d2decf 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) {