Remove AppLog
[platform/framework/native/appfw.git] / src / app / package / FAppPkg_PackageParser.cpp
index 619f6a7..0fa1300 100755 (executable)
@@ -754,11 +754,11 @@ _PackageParser::OnIdValue(const char* pCharacters)
        PackageId packageId = pCharacters;
        if (regularExpression.Match(packageId, true) == true)
        {
-               AppLog("[%ls] is tizen native application.", packageId.GetPointer());
+               SysLog(NID_APP, "[%ls] is tizen native application.", packageId.GetPointer());
        }
        else
        {
-               AppLog("[%ls] is not tizen native application.", packageId.GetPointer());
+               SysLog(NID_APP, "[%ls] is not tizen native application.", packageId.GetPointer());
                __isEflTpk = true;
        }