mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge pull request #3993 from Flow-Launcher/improve_log
Use Debug instead of Info
This commit is contained in:
commit
89fca85ca8
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ namespace Flow.Launcher.Core.ExternalPlugins
|
|||
}
|
||||
catch (OperationCanceledException) when (token.IsCancellationRequested)
|
||||
{
|
||||
API.LogInfo(ClassName, $"Fetching from {ManifestFileUrl} was cancelled by caller.");
|
||||
API.LogDebug(ClassName, $"Fetching from {ManifestFileUrl} was cancelled by caller.");
|
||||
return null;
|
||||
}
|
||||
catch (TaskCanceledException)
|
||||
|
|
|
|||
Loading…
Reference in a new issue