diff options
Diffstat (limited to 'src')
-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) { |