diff options
author | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2009-09-23 04:14:17 +0000 |
---|---|---|
committer | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2009-09-23 04:14:17 +0000 |
commit | a1c9da813879e1d56ae8c52d7231d6817c7e6fc3 (patch) | |
tree | 3bd67a0c4bd58dd0bb52b7c4881177d51b022217 | |
parent | 7ea8aec48058aa831ea245152a53b20c86afec9a (diff) | |
download | lcd4linux-a1c9da813879e1d56ae8c52d7231d6817c7e6fc3.tar.gz |
warn() => info()
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1040 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-rw-r--r-- | timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |