From 1fd1dc4499ec31731f8648f3d97cd4c37281b551 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 10 Mar 2025 07:53:37 -0500 Subject: show more info on widgets that fail here --- init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.go b/init.go index d6e1678..1fabbb7 100644 --- a/init.go +++ b/init.go @@ -245,7 +245,7 @@ func (n *Node) gotUserEvent(a widget.Action) { pb.Custom(w) return } else { - log.Log(WARN, "gui.gotUserEvent() widget is not in pb table", n.id, n.progname) + log.Log(INFO, "gui.gotUserEvent() widget is not in pb table", n.id, n.progname) } switch n.WidgetType { -- cgit v1.2.3