From 4fdaae289268940a81e5ab13d8d664bce224654b Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Wed, 27 Dec 2023 08:43:52 +0800 Subject: [PATCH] :art: Add plugin incompatible logging --- kernel/model/plugin.go | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/model/plugin.go b/kernel/model/plugin.go index bb4b0c2b1..e0f64bdd8 100644 --- a/kernel/model/plugin.go +++ b/kernel/model/plugin.go @@ -63,6 +63,7 @@ func SetPetalEnabled(name string, enabled bool, frontend string) (ret *Petal, er if incompatible { err = fmt.Errorf(Conf.Language(205)) + logging.LogInfof("plugin [%s] is incompatible [%s]", name, frontend) return }