Skip to content

Commit cabdb7c

Browse files
Jack251970jjw24
authored andcommitted
Merge pull request #3993 from Flow-Launcher/improve_log
Use Debug instead of Info
1 parent 4b2fdec commit cabdb7c

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)