mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-07 05:38:28 +02:00
zapit: do not spam with useless debug messages
Origin commit data
------------------
Commit: 56f963ad73
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2010-02-28 (Sun, 28 Feb 2010)
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