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