mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
zapit/src/frontend.cpp: fix debug, missed newline
Origin commit data
------------------
Branch: ni/coolstream
Commit: cac3a87137
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-09-01 (Mon, 01 Sep 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -246,6 +246,9 @@ bool CFrontend::Open(bool init)
|
|||||||
void CFrontend::getFEInfo(void)
|
void CFrontend::getFEInfo(void)
|
||||||
{
|
{
|
||||||
fop(ioctl, FE_GET_INFO, &info);
|
fop(ioctl, FE_GET_INFO, &info);
|
||||||
|
|
||||||
|
//FIXME if (fenumber > 1) info.type = FE_QAM;
|
||||||
|
|
||||||
printf("[fe%d] frontend fd %d type %d\n", fenumber, fd, info.type);
|
printf("[fe%d] frontend fd %d type %d\n", fenumber, fd, info.type);
|
||||||
bool legacy = true;
|
bool legacy = true;
|
||||||
|
|
||||||
@@ -297,7 +300,7 @@ void CFrontend::getFEInfo(void)
|
|||||||
}
|
}
|
||||||
legacy = false;
|
legacy = false;
|
||||||
} else {
|
} else {
|
||||||
printf("ERROR: can't query delivery systems on frontend %d/%d - falling back to legacy mode", adapter, fenumber);
|
printf("WARNING: can't query delivery systems on frontend %d/%d - falling back to legacy mode\n", adapter, fenumber);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
if (legacy) {
|
if (legacy) {
|
||||||
|
Reference in New Issue
Block a user