Update log message

Co-authored-by: VictoriousRaptor <10308169+VictoriousRaptor@users.noreply.github.com>
This commit is contained in:
flox_x 2024-01-21 15:30:23 +01:00 committed by GitHub
parent 04e551d8bf
commit 82a8d56206
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -86,7 +86,7 @@ namespace Flow.Launcher.Plugin.Sys
{
if (!KeywordTitleMappings.TryGetValue(result.Title, out var translationKey))
{
Log.Error($"Dynamic Title not found for: {result.Title}");
Log.Error("Flow.Launcher.Plugin.Sys.Main", $"Dynamic Title not found for: {result.Title}");
return "Title Not Found";
}