diff --git a/kernel/model/plugin.go b/kernel/model/plugin.go index fce4ef1a4..85e1066f4 100644 --- a/kernel/model/plugin.go +++ b/kernel/model/plugin.go @@ -111,6 +111,7 @@ func LoadPetals(frontend string) (ret []*Petal) { logging.LogErrorf("unmarshal petal conf [%s] failed: %s", confPath, err) } else { if !petalConf.Enabled { + logging.LogInfof("plugin system has been disabled") return } }