From 9cb464df0557f645609da14b37a734a7f49430c8 Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Sun, 24 Nov 2024 09:21:27 +0800 Subject: [PATCH] Add debug log for exception. --- Plugins/Flow.Launcher.Plugin.Program/Main.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Flow.Launcher.Plugin.Program/Main.cs b/Plugins/Flow.Launcher.Plugin.Program/Main.cs index 4ea91f4e8..e311a0b94 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Main.cs +++ b/Plugins/Flow.Launcher.Plugin.Program/Main.cs @@ -75,7 +75,7 @@ namespace Flow.Launcher.Plugin.Program } catch (OperationCanceledException) { - Log.Warn("|Flow.Launcher.Plugin.Program.Main|Query operation cancelled"); + Log.Debug("|Flow.Launcher.Plugin.Program.Main|Query operation cancelled"); return emptyResults; }