]> git.webhop.me Git - lcd4linux.git/commitdiff
warn() => info()
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Wed, 23 Sep 2009 04:14:17 +0000 (04:14 +0000)
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Wed, 23 Sep 2009 04:14:17 +0000 (04:14 +0000)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1040 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

timer.c

diff --git a/timer.c b/timer.c
index ed7064bc554a4980d587f01975f0d6e23a773f5b..751a7e19f2c8b7eaf253faa5517857f1d2d021ca 100644 (file)
--- 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;
     }