mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 09:51:22 +02:00
zapit: do not spam with useless debug messages
This commit is contained in:
@@ -628,7 +628,7 @@ bool CServiceManager::LoadServices(bool only_current)
|
|||||||
printf("[zapit] %d services loaded (%d)...\n", service_count, allchans.size());
|
printf("[zapit] %d services loaded (%d)...\n", service_count, allchans.size());
|
||||||
TIMER_STOP("[zapit] service loading took");
|
TIMER_STOP("[zapit] service loading took");
|
||||||
|
|
||||||
if(zapit_debug) {//FIXME
|
if(0) { //zapit_debug) {//FIXME
|
||||||
sat_iterator_t sit;
|
sat_iterator_t sit;
|
||||||
for(sit = satellitePositions.begin(); sit != satellitePositions.end(); sit++)
|
for(sit = satellitePositions.begin(); sit != satellitePositions.end(); sit++)
|
||||||
printf("satelliteName = %s (%d), satellitePosition = %d motor position = %d usals %d\n", sit->second.name.c_str(), sit->second.name.size(), sit->first, sit->second.motor_position, sit->second.use_usals);
|
printf("satelliteName = %s (%d), satellitePosition = %d motor position = %d usals %d\n", sit->second.name.c_str(), sit->second.name.size(), sit->first, sit->second.motor_position, sit->second.use_usals);
|
||||||
|
Reference in New Issue
Block a user