update comment

This commit is contained in:
Jeremy Wu 2025-05-13 13:07:49 +10:00 committed by GitHub
parent 810f7bb4a7
commit a73ff5f122
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -224,7 +224,7 @@ namespace Flow.Launcher.Core.Plugin
{
// If this plugin is already disabled, do not show error message again
// Or else it will be shown every time
API.LogDebug(ClassName, $"Skip init for <{pair.Metadata.Name}>");
API.LogDebug(ClassName, $"Skipped init for <{pair.Metadata.Name}> due to error");
}
else
{