mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
upgrade the severity of the 'clock jump' warn, and ask people
to report if it occurs. svn:r6623
This commit is contained in:
parent
09dfe1b265
commit
de7a9c83d8
@ -660,7 +660,8 @@ circuit_send_next_onion_skin(circuit_t *circ)
|
|||||||
void
|
void
|
||||||
circuit_note_clock_jumped(int seconds_elapsed)
|
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);
|
"assuming established circuits no longer work.", seconds_elapsed);
|
||||||
has_completed_circuit=0; /* so it'll log when it works again */
|
has_completed_circuit=0; /* so it'll log when it works again */
|
||||||
circuit_mark_all_unused_circs();
|
circuit_mark_all_unused_circs();
|
||||||
|
Loading…
Reference in New Issue
Block a user