Skip to content

Commit 15a7e3a

Browse files
Jack251970Copilot
andauthored
Fix log typos
Co-authored-by: Copilot <[email protected]>
1 parent f9a01e1 commit 15a7e3a

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/Bing.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public override async Task<List<string>> SuggestionsAsync(string query, Cancella
3333
}
3434
catch (Exception e) when (e is HttpRequestException or { InnerException: TimeoutException })
3535
{
36-
Main._context.API.LogException(nameof(Bing), "Can't get suggestion from baidu", e);
36+
Main._context.API.LogException(nameof(Bing), "Can't get suggestion from Bing", e);
3737
return null;
3838
}
3939
catch (JsonException e)

0 commit comments

Comments
 (0)