mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
update comment
This commit is contained in:
parent
810f7bb4a7
commit
a73ff5f122
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue