mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
sectionsd: improve timeThread info messages
Origin commit data
------------------
Commit: dfc8905601
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-09 (Sat, 09 Jan 2016)
This commit is contained in:
@@ -1473,7 +1473,8 @@ void CTimeThread::run()
|
|||||||
else
|
else
|
||||||
change(0);
|
change(0);
|
||||||
|
|
||||||
xprintf("%s: getting DVB time (isOpen %d)\n", name.c_str(), isOpen());
|
xprintf("%s: get DVB time ch 0x%012" PRIx64 " (isOpen %d)\n",
|
||||||
|
name.c_str(), current_service, isOpen());
|
||||||
int rc;
|
int rc;
|
||||||
#if HAVE_COOL_HARDWARE
|
#if HAVE_COOL_HARDWARE
|
||||||
/* libcoolstream does not like the repeated read if the dmx is not yet running
|
/* libcoolstream does not like the repeated read if the dmx is not yet running
|
||||||
@@ -1489,7 +1490,8 @@ void CTimeThread::run()
|
|||||||
} while (running && rc == 0
|
} while (running && rc == 0
|
||||||
&& (time_monotonic_ms() - start) < (time_t)timeoutInMSeconds);
|
&& (time_monotonic_ms() - start) < (time_t)timeoutInMSeconds);
|
||||||
#endif
|
#endif
|
||||||
xprintf("%s: getting DVB time done : %d messaging_neutrino_sets_time %d\n", name.c_str(), rc, messaging_neutrino_sets_time);
|
xprintf("%s: get DVB time ch 0x%012" PRIx64 " rc: %d neutrino_sets_time %d\n",
|
||||||
|
name.c_str(), current_service, rc, messaging_neutrino_sets_time);
|
||||||
if (rc > 0) {
|
if (rc > 0) {
|
||||||
SIsectionTIME st(static_buf);
|
SIsectionTIME st(static_buf);
|
||||||
if (st.is_parsed()) {
|
if (st.is_parsed()) {
|
||||||
|
Reference in New Issue
Block a user