scanait: make compil happy.

This commit is contained in:
Jacek Jendrzej
2021-10-25 16:03:03 +02:00
parent 206d77e181
commit 7f885e77d4

View File

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