diff options
| author | Jeff Carr <[email protected]> | 2025-03-25 07:27:37 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-25 13:17:00 -0500 |
| commit | 1552eedc185e85b46498898e68867afaef308301 (patch) | |
| tree | 8fc5cdfbc77cde184842197b2cde5cce8d85d34b /plugin.go | |
| parent | 4523eda0fa2372d97fb5db800b79b53c218ef627 (diff) | |
save the output window state
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 |
