Skip to content

Commit 7a5e55e

Browse files
committed
Use Debug instead of Info
1 parent 1689571 commit 7a5e55e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Core/ExternalPlugins/CommunityPluginSource.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public async Task<List<UserPlugin>> FetchAsync(CancellationToken token)
7575
}
7676
catch (OperationCanceledException) when (token.IsCancellationRequested)
7777
{
78-
API.LogInfo(ClassName, $"Fetching from {ManifestFileUrl} was cancelled by caller.");
78+
API.LogDebug(ClassName, $"Fetching from {ManifestFileUrl} was cancelled by caller.");
7979
return null;
8080
}
8181
catch (TaskCanceledException)

0 commit comments

Comments
 (0)