diff options
| author | Jeff Carr <[email protected]> | 2025-03-10 07:53:37 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-10 07:53:37 -0500 |
| commit | 1fd1dc4499ec31731f8648f3d97cd4c37281b551 (patch) | |
| tree | 25c6b353c892c61a167c1fe4dfa72752367007c2 /init.go | |
| parent | 5fa215983b3ddd340971c62351019bcc8d1f8b8c (diff) | |
show more info on widgets that fail herev0.22.39
Diffstat (limited to 'init.go')
| -rw-r--r-- | init.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |
