From d7ca9117709042d69a1a1cd7fcfa1f627c403ae5 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Sat, 9 Jan 2016 20:54:28 +0100 Subject: [PATCH] sectionsd: improve timeThread info messages Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/dfc89056011794452b67eaa219077de812038bf6 Author: Stefan Seyfried Date: 2016-01-09 (Sat, 09 Jan 2016) --- src/eitd/sectionsd.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/eitd/sectionsd.cpp b/src/eitd/sectionsd.cpp index b95148545..09362c0d9 100644 --- a/src/eitd/sectionsd.cpp +++ b/src/eitd/sectionsd.cpp @@ -1473,7 +1473,8 @@ 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; #if HAVE_COOL_HARDWARE /* 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 && (time_monotonic_ms() - start) < (time_t)timeoutInMSeconds); #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) { SIsectionTIME st(static_buf); if (st.is_parsed()) {