]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
upgrade the severity of the 'clock jump' warn, and ask people
authorRoger Dingledine <arma@torproject.org>
Wed, 14 Jun 2006 22:28:16 +0000 (22:28 +0000)
committerRoger Dingledine <arma@torproject.org>
Wed, 14 Jun 2006 22:28:16 +0000 (22:28 +0000)
to report if it occurs.

svn:r6623

src/or/circuitbuild.c

index 14b1f97cce9df6509ca1d4ed18b2814b46a50e48..ad2b2f2bf863f2d513008ea65ad1a604869b71f6 100644 (file)
@@ -660,7 +660,8 @@ circuit_send_next_onion_skin(circuit_t *circ)
 void
 circuit_note_clock_jumped(int seconds_elapsed)
 {
-  log(LOG_NOTICE, LD_GENERAL,"Your clock just jumped %d seconds forward; "
+  log(LOG_WARN, LD_GENERAL,
+      "Please report: your clock just jumped %d seconds forward; "
       "assuming established circuits no longer work.", seconds_elapsed);
   has_completed_circuit=0; /* so it'll log when it works again */
   circuit_mark_all_unused_circs();