Skip to content

Commit 5097054

Browse files
committed
Improve log code quality
1 parent 1bd7f14 commit 5097054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Core/Plugin/PluginManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ public static async Task InitializePluginsAsync()
205205
}
206206
catch (Exception e)
207207
{
208-
Log.Exception(nameof(PluginManager), $"Fail to Init plugin: {pair.Metadata.Name}", e);
208+
Log.Exception(ClassName, $"Fail to Init plugin: {pair.Metadata.Name}", e);
209209
pair.Metadata.Disabled = true;
210210
failedPlugins.Enqueue(pair);
211211
}

0 commit comments

Comments
 (0)