mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Update log message
Co-authored-by: VictoriousRaptor <10308169+VictoriousRaptor@users.noreply.github.com>
This commit is contained in:
parent
04e551d8bf
commit
82a8d56206
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue