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 '> Digital TV scan tablesJonathan McCrohan
aboutsummaryrefslogtreecommitdiffstats
path: root/isdb-t/br-rs-Sananduva
blob: 8317e5cc86e4fd44671e0c14df72abf2dbee5afc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32