commit 69ef130cf24bbc442c574f57ba65da46195fd40e
parent cf980e68307307363fe9cc344931e20eb5e5ef18
Author: yao-msft <50888816+yao-msft@users.noreply.github.com>
Date: Thu, 2 Mar 2023 11:11:02 -0800
Update MSStoreInstallerHandler.cpp (#3031)
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/AppInstallerCLICore/Workflows/MSStoreInstallerHandler.cpp b/src/AppInstallerCLICore/Workflows/MSStoreInstallerHandler.cpp
@@ -116,7 +116,7 @@ namespace AppInstaller::CLI::Workflow
else if (result.Status() == GetEntitlementStatus::ServerError)
{
context.Reporter.Info() << Resource::String::MSStoreInstallGetEntitlementServerError << std::endl;
- AICLI_LOG(CLI, Error, << "Get entitlement succeeded. Server error. ProductId: " << Utility::ConvertToUTF8(productId));
+ AICLI_LOG(CLI, Error, << "Get entitlement failed Server error. ProductId: " << Utility::ConvertToUTF8(productId));
}
return result.Status() == GetEntitlementStatus::Succeeded;
@@ -262,4 +262,4 @@ namespace AppInstaller::CLI::Workflow
AICLI_TERMINATE_CONTEXT(APPINSTALLER_CLI_ERROR_MSSTORE_APP_BLOCKED_BY_POLICY);
}
}
-}-
\ No newline at end of file
+}