mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
scanait: make compil happy.
This commit is contained in:
@@ -223,7 +223,7 @@ bool CAit::Parse()
|
||||
}
|
||||
if(!hbbtvUrl.empty())
|
||||
{
|
||||
printf("[ait] detected AppID: %d, AppName: %s, Url: %s\n", appid, applicationName.c_str(), hbbtvUrl.c_str());
|
||||
printf("[ait] detected AppID: %d, AppName: %s, Url: %s profilecode: %i orgid: %i sectionLength: %i profileVersion %i\n", appid, applicationName.c_str(), hbbtvUrl.c_str(),profilecode,orgid,sectionLength,profileVersion);
|
||||
if (pFile)
|
||||
{
|
||||
fprintf(pFile, "AppID: %d, AppName: %s, Url: %s\n", appid, applicationName.c_str(), hbbtvUrl.c_str());
|
||||
|
Reference in New Issue
Block a user