summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-10 07:53:37 -0500
committerJeff Carr <[email protected]>2025-03-10 07:53:37 -0500
commit1fd1dc4499ec31731f8648f3d97cd4c37281b551 (patch)
tree25c6b353c892c61a167c1fe4dfa72752367007c2
parent5fa215983b3ddd340971c62351019bcc8d1f8b8c (diff)
show more info on widgets that fail herev0.22.39
-rw-r--r--init.go2
1 files changed, 1 insertions, 1 deletions
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 {