aboutsummaryrefslogtreecommitdiffstats
path: root/timer.c
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-09-23 04:14:17 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-09-23 04:14:17 +0000
commita1c9da813879e1d56ae8c52d7231d6817c7e6fc3 (patch)
tree3bd67a0c4bd58dd0bb52b7c4881177d51b022217 /timer.c
parent7ea8aec48058aa831ea245152a53b20c86afec9a (diff)
downloadlcd4linux-a1c9da813879e1d56ae8c52d7231d6817c7e6fc3.tar.gz
warn() => info()
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1040 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'timer.c')
-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;
}