🎨 Add plugin incompatible logging
This commit is contained in:
parent
c1ea2c79e8
commit
4fdaae2892
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue