We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1689571 commit 7a5e55eCopy full SHA for 7a5e55e
Flow.Launcher.Core/ExternalPlugins/CommunityPluginSource.cs
@@ -75,7 +75,7 @@ public async Task<List<UserPlugin>> FetchAsync(CancellationToken token)
75
}
76
catch (OperationCanceledException) when (token.IsCancellationRequested)
77
{
78
- API.LogInfo(ClassName, $"Fetching from {ManifestFileUrl} was cancelled by caller.");
+ API.LogDebug(ClassName, $"Fetching from {ManifestFileUrl} was cancelled by caller.");
79
return null;
80
81
catch (TaskCanceledException)
0 commit comments