upgrade the severity of the 'clock jump' warn, and ask people

to report if it occurs.


svn:r6623
This commit is contained in:
Roger Dingledine 2006-06-14 22:28:16 +00:00
parent 09dfe1b265
commit de7a9c83d8

View 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();