Skip to content

Commit 82a8d56

Browse files
Update log message
Co-authored-by: VictoriousRaptor <[email protected]>
1 parent 04e551d commit 82a8d56

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.Sys/Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ private string GetDynamicTitle(Query query, Result result)
8686
{
8787
if (!KeywordTitleMappings.TryGetValue(result.Title, out var translationKey))
8888
{
89-
Log.Error($"Dynamic Title not found for: {result.Title}");
89+
Log.Error("Flow.Launcher.Plugin.Sys.Main", $"Dynamic Title not found for: {result.Title}");
9090
return "Title Not Found";
9191
}
9292

0 commit comments

Comments
 (0)