From a1c9da813879e1d56ae8c52d7231d6817c7e6fc3 Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 23 Sep 2009 04:14:17 +0000 Subject: warn() => info() git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1040 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3