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; }