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:
[CST] Focus
2013-06-12 18:39:43 +04:00
parent 10e7eebc4c
commit 1b8a4ef5c4

View File

@@ -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) {