From 17588d2fd03d9c7d05c43ba6f5bd37bcc92352bc Mon Sep 17 00:00:00 2001 From: yao-msft <50888816+yao-msft@users.noreply.github.com> Date: Wed, 1 Mar 2023 17:41:14 -0800 Subject: [PATCH] Update MSStoreInstallerHandler.cpp --- src/AppInstallerCLICore/Workflows/MSStoreInstallerHandler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/AppInstallerCLICore/Workflows/MSStoreInstallerHandler.cpp b/src/AppInstallerCLICore/Workflows/MSStoreInstallerHandler.cpp index 7720bede8b..5232496338 100644 --- 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 +}