Skip to content

Commit

Permalink
Update MSStoreInstallerHandler.cpp (#3031)
Browse files Browse the repository at this point in the history
  • Loading branch information
yao-msft authored Mar 2, 2023
1 parent cf980e6 commit 69ef130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AppInstallerCLICore/Workflows/MSStoreInstallerHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -262,4 +262,4 @@ namespace AppInstaller::CLI::Workflow
AICLI_TERMINATE_CONTEXT(APPINSTALLER_CLI_ERROR_MSSTORE_APP_BLOCKED_BY_POLICY);
}
}
}
}

0 comments on commit 69ef130

Please sign in to comment.