From 7f885e77d41cb356c35a947d91b66e62889da3ee Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Mon, 25 Oct 2021 16:03:03 +0200 Subject: [PATCH] scanait: make compil happy. --- src/zapit/src/scanait.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zapit/src/scanait.cpp b/src/zapit/src/scanait.cpp index e0f0d361a..375250f43 100644 --- a/src/zapit/src/scanait.cpp +++ b/src/zapit/src/scanait.cpp @@ -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());