From 1b8a4ef5c43e608c86ca0c2fa3d989e43fdde2ed Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Wed, 12 Jun 2013 18:39:43 +0400 Subject: [PATCH] src/zapit/src/zapit.cpp: change printf to INFO Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/b88edbdc0aecd424025885fc2a7dfc3dce278bc6 Author: [CST] Focus Date: 2013-06-12 (Wed, 12 Jun 2013) --- src/zapit/src/zapit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zapit/src/zapit.cpp b/src/zapit/src/zapit.cpp index 58cf66197..0a2332b2c 100644 --- a/src/zapit/src/zapit.cpp +++ b/src/zapit/src/zapit.cpp @@ -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) {