Skip to content

Commit a73ff5f

Browse files
authored
update comment
1 parent 810f7bb commit a73ff5f

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
@@ -224,7 +224,7 @@ public static async Task InitializePluginsAsync()
224224
{
225225
// If this plugin is already disabled, do not show error message again
226226
// Or else it will be shown every time
227-
API.LogDebug(ClassName, $"Skip init for <{pair.Metadata.Name}>");
227+
API.LogDebug(ClassName, $"Skipped init for <{pair.Metadata.Name}> due to error");
228228
}
229229
else
230230
{

0 commit comments

Comments
 (0)