From 1552eedc185e85b46498898e68867afaef308301 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 25 Mar 2025 07:27:37 -0500 Subject: save the output window state --- plugin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin.go') 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 -- cgit v1.2.3