mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
src/zapit/src/zapit.cpp: change printf to INFO
Origin commit data
------------------
Commit: b88edbdc0a
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-06-12 (Wed, 12 Jun 2013)
This commit is contained in:
@@ -656,7 +656,7 @@ bool CZapit::ZapForRecord(const t_channel_id channel_id)
|
||||
printf("zapit_to_record: channel_id " PRINTF_CHANNEL_ID_TYPE " not found", channel_id);
|
||||
return false;
|
||||
}
|
||||
printf("%s: %s (%" PRIx64 ")\n", __FUNCTION__, newchannel->getName().c_str(), channel_id);
|
||||
INFO("%s: %s (%" PRIx64 ")", __FUNCTION__, newchannel->getName().c_str(), channel_id);
|
||||
|
||||
CFrontend * frontend = CFEManager::getInstance()->allocateFE(newchannel);
|
||||
if(frontend == NULL) {
|
||||
|
Reference in New Issue
Block a user