]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Better log message for 8387 diagnostic
authorNick Mathewson <nickm@torproject.org>
Thu, 8 May 2014 02:13:29 +0000 (22:13 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 8 May 2014 02:13:29 +0000 (22:13 -0400)
src/or/circuituse.c

index 7820e8853ef78a50a32d7f281ac764b2e839ce22..9d2decf5768bdaf00ed98d409bd9a33dfaa6e10e 100644 (file)
@@ -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) {