mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
eitd/sectionsd.cpp: little debug change
This commit is contained in:
@@ -1439,7 +1439,7 @@ void CTimeThread::run()
|
|||||||
sendToSleepNow = true;
|
sendToSleepNow = true;
|
||||||
}
|
}
|
||||||
delete[] static_buf;
|
delete[] static_buf;
|
||||||
printf("[sectionsd] timeThread ended\n");
|
printf("[sectionsd] timeThread stopped\n");
|
||||||
pthread_exit(NULL);
|
pthread_exit(NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1553,7 +1553,7 @@ void CSectionThread::run()
|
|||||||
} // while running
|
} // while running
|
||||||
delete[] static_buf;
|
delete[] static_buf;
|
||||||
cleanup();
|
cleanup();
|
||||||
printf("[sectionsd] %s ended\n", name.c_str());
|
printf("[sectionsd] %s stopped\n", name.c_str());
|
||||||
pthread_exit(NULL);
|
pthread_exit(NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -2138,7 +2138,6 @@ printf("SIevent size: %d\n", sizeof(SIevent));
|
|||||||
}
|
}
|
||||||
|
|
||||||
printf("[sectionsd] stopping...\n");
|
printf("[sectionsd] stopping...\n");
|
||||||
//scanning = 0;
|
|
||||||
|
|
||||||
threadEIT.StopRun();
|
threadEIT.StopRun();
|
||||||
threadCN.StopRun();
|
threadCN.StopRun();
|
||||||
@@ -2175,7 +2174,7 @@ printf("SIevent size: %d\n", sizeof(SIevent));
|
|||||||
xprintf("join FSEIT\n");
|
xprintf("join FSEIT\n");
|
||||||
threadFSEIT.Stop();
|
threadFSEIT.Stop();
|
||||||
#endif
|
#endif
|
||||||
printf("[sectionsd] ended\n");
|
xprintf("[sectionsd] stopped\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
/* was: commandAllEventsChannelID sendAllEvents */
|
/* was: commandAllEventsChannelID sendAllEvents */
|
||||||
|
Reference in New Issue
Block a user