Browse Source

Better log message for 8387 diagnostic

Nick Mathewson 10 years ago
parent
commit
48b9c6fcc6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/or/circuituse.c

+ 2 - 2
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) {