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 4e3fd84 commit 9cb464dCopy full SHA for 9cb464d
Plugins/Flow.Launcher.Plugin.Program/Main.cs
@@ -75,7 +75,7 @@ public async Task<List<Result>> QueryAsync(Query query, CancellationToken token)
75
}
76
catch (OperationCanceledException)
77
{
78
- Log.Warn("|Flow.Launcher.Plugin.Program.Main|Query operation cancelled");
+ Log.Debug("|Flow.Launcher.Plugin.Program.Main|Query operation cancelled");
79
return emptyResults;
80
81
0 commit comments