diff options
Diffstat (limited to 'plugin.go')
| -rw-r--r-- | plugin.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
