Skip to content

Commit 47238c5

Browse files
Fixes update notification showing as failure. Closes #866 (#874)
1 parent dfd757a commit 47238c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-proxy/CommandHandlers/ProxyCommandHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ private async Task CheckForNewVersionAsync()
143143
var newReleaseInfo = await UpdateNotification.CheckForNewVersionAsync(Configuration.NewVersionNotification);
144144
if (newReleaseInfo != null)
145145
{
146-
_logger.LogError(
146+
_logger.LogInformation(
147147
"New Dev Proxy version {version} is available.{newLine}See https://aka.ms/devproxy/upgrade for more information.",
148148
newReleaseInfo.Version,
149149
Environment.NewLine

0 commit comments

Comments
 (0)