mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
sectionsd: trim CN thread debug messages
* disable DEBUG_CN_THREAD * shorten eit update filter message * remove unneeded printdata_ms
This commit is contained in:
@@ -58,7 +58,7 @@
|
|||||||
//#define DEBUG_TIME_THREAD
|
//#define DEBUG_TIME_THREAD
|
||||||
|
|
||||||
#define DEBUG_SECTION_THREADS
|
#define DEBUG_SECTION_THREADS
|
||||||
#define DEBUG_CN_THREAD
|
//#define DEBUG_CN_THREAD
|
||||||
|
|
||||||
/*static*/ bool reader_ready = true;
|
/*static*/ bool reader_ready = true;
|
||||||
static unsigned int max_events;
|
static unsigned int max_events;
|
||||||
@@ -1724,7 +1724,7 @@ void CCNThread::addFilters()
|
|||||||
|
|
||||||
void CCNThread::beforeWait()
|
void CCNThread::beforeWait()
|
||||||
{
|
{
|
||||||
xprintf("%s: set eit update filter, service = 0x%012" PRIx64 ", current version 0x%x got events %d (%s)\n",
|
xprintf("%s: eit update filter, ch 0x%012" PRIx64 ", current ver 0x%02x got events %d (%s)\n",
|
||||||
name.c_str(), messaging_current_servicekey, eit_version, messaging_have_CN,
|
name.c_str(), messaging_current_servicekey, eit_version, messaging_have_CN,
|
||||||
updating ? "active" : "not active");
|
updating ? "active" : "not active");
|
||||||
|
|
||||||
@@ -1819,7 +1819,6 @@ bool CCNThread::checkUpdate()
|
|||||||
|
|
||||||
if (ret > 0) {
|
if (ret > 0) {
|
||||||
LongSection section(buf);
|
LongSection section(buf);
|
||||||
printdate_ms(stdout);
|
|
||||||
xprintf("%s: eit update filter: ### new version 0x%02x ###, Activate thread\n",
|
xprintf("%s: eit update filter: ### new version 0x%02x ###, Activate thread\n",
|
||||||
name.c_str(), section.getVersionNumber());
|
name.c_str(), section.getVersionNumber());
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user