aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/timer.c b/timer.c
index ed7064b..751a7e1 100644
--- a/timer.c
+++ b/timer.c
@@ -183,7 +183,7 @@ int timer_process(struct timespec *delay)
if ((delay->tv_sec) > CLOCK_SKEW_DETECT_TIME_IN_S) {
delay->tv_sec = 0;
delay->tv_nsec = 0;
- warn("Oops, clock skewed, update timestamp");
+ info("Oops, clock skewed, update timestamp");
gettimeofday(&now, NULL);
Timers[min].when = now;
}