Skip to content

Commit 1312835

Browse files
isourabhCopilot
andauthored
Update log message for missing SellerId configuration
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 5f0f7e3 commit 1312835

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MSStore.CLI/MicrosoftStoreCLI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ internal static async Task<bool> InitAsync(IAnsiConsole ansiConsole, IConfigurat
118118

119119
if (config.SellerId == null)
120120
{
121-
logger.LogCritical("SellerId is not set. No configuration was found at '{SettingsPath}'. Please, run the 'reconfigure' command.", configurationManager.ConfigPath);
121+
logger.LogCritical("SellerId is not set. Settings file path: '{SettingsPath}'. Please, run the 'reconfigure' command.", configurationManager.ConfigPath);
122122
return false;
123123
}
124124

0 commit comments

Comments
 (0)