diff options
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 { |
