Skip to content

Commit 1973163

Browse files
committed
Improve log info
1 parent 51fb151 commit 1973163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1215,7 +1215,7 @@ private async Task QueryResultsAsync(bool searchDelay, bool isReQuery = false, b
12151215
{
12161216
_updateSource?.Cancel();
12171217

1218-
App.API.LogDebug(ClassName, $"Start query with text: {QueryText}");
1218+
App.API.LogDebug(ClassName, $"Start query with text: <{QueryText}>");
12191219

12201220
var query = await ConstructQueryAsync(QueryText, Settings.CustomShortcuts, Settings.BuiltinShortcuts);
12211221

0 commit comments

Comments
 (0)