Skip to content

Commit a33ecdb

Browse files
Fix log typos
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 15a7e3a commit a33ecdb

File tree

1 file changed

+1
-1
lines changed
  • Plugins/Flow.Launcher.Plugin.WebSearch/SuggestionSources

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.WebSearch/SuggestionSources/Google.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public override async Task<List<string>> SuggestionsAsync(string query, Cancella
2727
}
2828
catch (Exception e) when (e is HttpRequestException or {InnerException: TimeoutException})
2929
{
30-
Main._context.API.LogException(nameof(Google), "Can't get suggestion from baidu", e);
30+
Main._context.API.LogException(nameof(Google), "Can't get suggestion from Google", e);
3131
return null;
3232
}
3333
catch (JsonException e)

0 commit comments

Comments
 (0)