mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
Change in debug
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1885 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -331,7 +331,7 @@ void CBouquetManager::parseBouquetsXml(const char *fname, bool bUser)
|
|||||||
int16_t satellitePosition;
|
int16_t satellitePosition;
|
||||||
freq_id_t freq = 0;
|
freq_id_t freq = 0;
|
||||||
|
|
||||||
INFO("reading bouquets");
|
INFO("reading bouquets from %s", fname);
|
||||||
|
|
||||||
while ((search = xmlGetNextOccurence(search, "Bouquet")) != NULL) {
|
while ((search = xmlGetNextOccurence(search, "Bouquet")) != NULL) {
|
||||||
char * name = xmlGetAttribute(search, "name");
|
char * name = xmlGetAttribute(search, "name");
|
||||||
@@ -375,7 +375,7 @@ void CBouquetManager::parseBouquetsXml(const char *fname, bool bUser)
|
|||||||
newBouquet->sortBouquet();
|
newBouquet->sortBouquet();
|
||||||
search = search->xmlNextNode;
|
search = search->xmlNextNode;
|
||||||
}
|
}
|
||||||
INFO("found %d bouquets", Bouquets.size());
|
INFO("total: %d bouquets", Bouquets.size());
|
||||||
}
|
}
|
||||||
xmlFreeDoc(parser);
|
xmlFreeDoc(parser);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user