mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add debug log for exception.
This commit is contained in:
parent
4e3fd84f06
commit
9cb464df05
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue