mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
femanager: remove unneeded newline from debug message
This commit is contained in:
@@ -84,7 +84,7 @@ bool CFEManager::Init()
|
|||||||
delete fe;
|
delete fe;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
INFO("found %d frontends\n", (int)femap.size());
|
INFO("found %d frontends", (int)femap.size());
|
||||||
if( femap.empty() )
|
if( femap.empty() )
|
||||||
return false;
|
return false;
|
||||||
#if 0
|
#if 0
|
||||||
|
Reference in New Issue
Block a user