mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
sectionsd: improve timeThread info messages
Origin commit data
------------------
Branch: ni/coolstream
Commit: b67062b62e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-12 (Tue, 12 Jan 2016)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
committed by
vanhofen
parent
8182f74735
commit
ae02e8bbe6
@@ -1472,9 +1472,11 @@ void CTimeThread::run()
|
||||
else
|
||||
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 = dmx->Read(static_buf, MAX_SECTION_LENGTH, timeoutInMSeconds);
|
||||
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) {
|
||||
SIsectionTIME st(static_buf);
|
||||
if (st.is_parsed()) {
|
||||
|
Reference in New Issue
Block a user