summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
Diffstat (limited to 'init.go')
-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 {