[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] upgrade the severity of the "clock jump" warn, and ask people



Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or

Modified Files:
	circuitbuild.c 
Log Message:
upgrade the severity of the 'clock jump' warn, and ask people
to report if it occurs.


Index: circuitbuild.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/circuitbuild.c,v
retrieving revision 1.247
retrieving revision 1.248
diff -u -p -d -r1.247 -r1.248
--- circuitbuild.c	14 Jun 2006 11:06:43 -0000	1.247
+++ circuitbuild.c	14 Jun 2006 22:28:16 -0000	1.248
@@ -660,7 +660,8 @@ circuit_send_next_onion_skin(circuit_t *
 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();