summaryrefslogtreecommitdiff
path: root/plugin.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin.go')
-rw-r--r--plugin.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin.go b/plugin.go
index 0d1049a..15f9814 100644
--- a/plugin.go
+++ b/plugin.go
@@ -222,9 +222,9 @@ func (n *Node) InitEmbed(resFS embed.FS) *Node {
func (n *Node) LoadToolkitEmbed(name string, b []byte) *Node {
for _, aplug := range allPlugins {
- log.Info("LoadToolkitEmbed() already loaded toolkit plugin =", aplug.name)
+ log.Log(PLUG, "LoadToolkitEmbed() already loaded toolkit plugin =", aplug.name)
if aplug.name == name {
- log.Warn("LoadToolkitEmbed() SKIPPING", name, "as you can't load it twice")
+ log.Log(NOW, "LoadToolkitEmbed() SKIPPING", name, "as you can't load it twice")
return n
}
}