mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
sectionsd: fix port of ac3918664dfcf29a07823b121f898126d1adfb9b
Origin commit data
------------------
Commit: d83f058dc4
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-02-23 (Sat, 23 Feb 2019)
Origin message was:
------------------
- sectionsd: fix port of ac3918664dfcf29a07823b121f898126d1adfb9b
This commit is contained in:
@@ -1274,9 +1274,9 @@ static void commandWriteSI2XML(int connfd, char *data, const unsigned dataLength
|
||||
|
||||
data[dataLength] = '\0';
|
||||
|
||||
xprintf("[sectionsd] writeEventsToFile started\n"); //NI
|
||||
debug(DEBUG_INFO, "[sectionsd] writeEventsToFile started");
|
||||
writeEventsToFile(data);
|
||||
xprintf("[sectionsd] writeEventsToFile finished\n"); //NI
|
||||
debug(DEBUG_INFO, "[sectionsd] writeEventsToFile finished\n");
|
||||
|
||||
eventServer->sendEvent(CSectionsdClient::EVT_WRITE_SI_FINISHED, CEventServer::INITID_SECTIONSD);
|
||||
}
|
||||
@@ -2131,7 +2131,7 @@ bool CSdtThread::addServices()
|
||||
/* helper function for the housekeeping-thread */
|
||||
static void print_meminfo(void)
|
||||
{
|
||||
if (!sections_debug >= DEBUG_DEBUG)
|
||||
if (!(sections_debug >= DEBUG_DEBUG))
|
||||
return;
|
||||
|
||||
comp_malloc_stats(NULL);
|
||||
|
Reference in New Issue
Block a user