Log -> SecureLog
[apps/native/sample/ImageFeatureManager.git] / project / src / GeneratePanel.cpp
index 5e2eb69..190d820 100644 (file)
@@ -179,7 +179,7 @@ GeneratePanel::OnFinish(void)
 
     result res = pForm->GetFeatureManager()->Flush(&__currentFeaturePath);
 
-    AppLog("Result:: %s %ls", GetErrorMessage(res), __currentFeaturePath.GetPointer());
+    AppSecureLog("Result:: %s %ls", GetErrorMessage(res), __currentFeaturePath.GetPointer());
     pForm->OnFinish();
 }