mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Improve log info
This commit is contained in:
parent
51fb1515a0
commit
197316397a
1 changed files with 1 additions and 1 deletions
|
|
@ -1215,7 +1215,7 @@ namespace Flow.Launcher.ViewModel
|
|||
{
|
||||
_updateSource?.Cancel();
|
||||
|
||||
App.API.LogDebug(ClassName, $"Start query with text: {QueryText}");
|
||||
App.API.LogDebug(ClassName, $"Start query with text: <{QueryText}>");
|
||||
|
||||
var query = await ConstructQueryAsync(QueryText, Settings.CustomShortcuts, Settings.BuiltinShortcuts);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue