From 8a5deca8880c04fd29f623d5b9714606ab6c3e4f Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Fri, 20 Jan 2012 19:30:12 +0400 Subject: [PATCH] getservices.cpp: fix mistake Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/25ea04aeb57b67b2e1670bf3c0e2322c2ce224c7 Author: [CST] Focus Date: 2012-01-20 (Fri, 20 Jan 2012) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/zapit/src/getservices.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zapit/src/getservices.cpp b/src/zapit/src/getservices.cpp index 7eedd6042..e3b3f4c0e 100644 --- a/src/zapit/src/getservices.cpp +++ b/src/zapit/src/getservices.cpp @@ -941,7 +941,7 @@ bool CServiceManager::LoadProviderMap() if(newname) replace.newname = newname; - DBR("prov map: tsid %04x onid %04x freq %d name [%s] to [%s]\n", + DBG("prov map: tsid %04x onid %04x freq %d name [%s] to [%s]\n", replace.transport_stream_id, replace.original_network_id, replace.frequency, replace.name.c_str(), replace.newname.c_str()); replace_map.push_back(replace);