diff --git a/main.c b/main.c index 6a9463f..c40b5e4 100644 --- a/main.c +++ b/main.c @@ -166,6 +166,8 @@ signal_cleanup(int x) static void quit_timeout(void *arg) { + LOG(LOGS_INFO, "Timeout reached"); + /* Return with non-zero status if the clock is not synchronised */ exit_status = REF_GetOurStratum() >= NTP_MAX_STRATUM; SCH_QuitProgram();