getservices.cpp: fix mistake

Origin commit data
------------------
Branch: ni/coolstream
Commit: 25ea04aeb5
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-01-20 (Fri, 20 Jan 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2012-01-20 19:30:12 +04:00
parent 3785e122c5
commit 8a5deca888

View File

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