Rephase a log message
This commit is contained in:
parent
19177f823c
commit
fca59a36de
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ static void timeout_handler(void *data) {
|
||||||
by default
|
by default
|
||||||
*/
|
*/
|
||||||
if (sleep_time > 2 * udp_discovery_timeout) {
|
if (sleep_time > 2 * udp_discovery_timeout) {
|
||||||
logger(DEBUG_ALWAYS, LOG_ERR, "Awaking from dead after %ld seconds of sleep", sleep_time);
|
logger(DEBUG_ALWAYS, LOG_ERR, "Back from the dead after %ld seconds of sleep", sleep_time);
|
||||||
/*
|
/*
|
||||||
Do not send any packets to tinc after we wake up.
|
Do not send any packets to tinc after we wake up.
|
||||||
The other node probably closed our connection but we still
|
The other node probably closed our connection but we still
|
||||||
|
|
Loading…
Reference in a new issue