From: michael Date: Wed, 23 Sep 2009 04:14:17 +0000 (+0000) Subject: warn() => info() X-Git-Tag: svn1203~163 X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=a1c9da813879e1d56ae8c52d7231d6817c7e6fc3;p=lcd4linux.git warn() => info() git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1040 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- 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; }