mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
zapit/src/femanager.cpp: change some debug level to stop flood
Origin commit data
------------------
Commit: ba3016d9af
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-04-21 (Sat, 21 Apr 2012)
This commit is contained in:
@@ -371,7 +371,7 @@ bool CFEManager::loopCanTune(CFrontend * fe, CZapitChannel * channel)
|
||||
#endif
|
||||
uint8_t fe_pol = fe->getPolarization() & 1;
|
||||
|
||||
INFO("Check fe%d: locked %d pol:band %d:%d vs %d:%d (%d:%d)", fe->fenumber, fe->Locked(), fe_pol, fe->getHighBand(), tp_pol, tp_band, fe->getFrequency(), channel->getFreqId()*1000);
|
||||
DBG("Check fe%d: locked %d pol:band %d:%d vs %d:%d (%d:%d)", fe->fenumber, fe->Locked(), fe_pol, fe->getHighBand(), tp_pol, tp_band, fe->getFrequency(), channel->getFreqId()*1000);
|
||||
if(!fe->tuned || (fe_pol == tp_pol && fe->getHighBand() == tp_band))
|
||||
return true;
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user