mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
sectionsd: disable debug messages
Origin commit data
------------------
Commit: fd666960c1
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-02-22 (Sun, 22 Feb 2015)
This commit is contained in:
@@ -47,7 +47,8 @@
|
|||||||
//#define DEBUG_DEMUX 1 // debug start/close/change
|
//#define DEBUG_DEMUX 1 // debug start/close/change
|
||||||
//#define DEBUG_CACHED_SECTIONS 1
|
//#define DEBUG_CACHED_SECTIONS 1
|
||||||
//#define DEBUG_COMPLETE_SECTIONS 1
|
//#define DEBUG_COMPLETE_SECTIONS 1
|
||||||
#define DEBUG_COMPLETE 1
|
//#define DEBUG_COMPLETE 1
|
||||||
|
//#define DEBUG_SKIP_LOOPED 1
|
||||||
|
|
||||||
//static MyDMXOrderUniqueKey myDMXOrderUniqueKey;
|
//static MyDMXOrderUniqueKey myDMXOrderUniqueKey;
|
||||||
|
|
||||||
@@ -460,9 +461,11 @@ int DMX::getSection(uint8_t *buf, const unsigned timeoutInMSeconds, int &timeout
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
//debug
|
//debug
|
||||||
|
#ifdef DEBUG_SKIP_LOOPED
|
||||||
if(timeouts == -1) {
|
if(timeouts == -1) {
|
||||||
xcprintf(" %s: skipped looped", name.c_str());
|
xcprintf(" %s: skipped looped", name.c_str());
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
if(complete) {
|
if(complete) {
|
||||||
seenSections.clear();
|
seenSections.clear();
|
||||||
|
@@ -59,7 +59,7 @@
|
|||||||
//#define DEBUG_SDT_THREAD
|
//#define DEBUG_SDT_THREAD
|
||||||
//#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;
|
||||||
|
Reference in New Issue
Block a user