summaryrefslogtreecommitdiff
path: root/plugin.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin.go')
-rw-r--r--plugin.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin.go b/plugin.go
index 7555c44..67def55 100644
--- a/plugin.go
+++ b/plugin.go
@@ -16,7 +16,7 @@ func newAdd(n *tree.Node) {
return
}
if n.TK != nil {
- log.Warn("Tree Add() sent a widget we aleady seem to have")
+ log.Log(INFO, "Tree Add() sent a widget we aleady seem to have")
// this is done to protect the plugin being 'refreshed' with the
// widget binary tree. TODO: find a way to keep them in sync
return