Skip to content

Commit 9cb464d

Browse files
committed
Add debug log for exception.
1 parent 4e3fd84 commit 9cb464d

File tree

1 file changed

+1
-1
lines changed
  • Plugins/Flow.Launcher.Plugin.Program

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.Program/Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public async Task<List<Result>> QueryAsync(Query query, CancellationToken token)
7575
}
7676
catch (OperationCanceledException)
7777
{
78-
Log.Warn("|Flow.Launcher.Plugin.Program.Main|Query operation cancelled");
78+
Log.Debug("|Flow.Launcher.Plugin.Program.Main|Query operation cancelled");
7979
return emptyResults;
8080
}
8181

0 commit comments

Comments
 (0)