Add debug log for exception.

This commit is contained in:
Jack251970 2024-11-24 09:21:27 +08:00
parent 4e3fd84f06
commit 9cb464df05

View file

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