summaryrefslogtreecommitdiff
path: root/nocui/stdin.go
diff options
context:
space:
mode:
Diffstat (limited to 'nocui/stdin.go')
-rw-r--r--nocui/stdin.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/nocui/stdin.go b/nocui/stdin.go
index 6aa75f5..f7469c6 100644
--- a/nocui/stdin.go
+++ b/nocui/stdin.go
@@ -56,7 +56,7 @@ func (n *node) showButtons() {
}
func (n *node) dumpWidget(pad string) {
- log.Log(NOW, "node:", pad, n.WidgetId, ",", n.WidgetType, ",", n.Name)
+ log.Log(NOW, "node:", pad, n.WidgetId, ",", n.WidgetType, ",", n.progname)
}
var depth int = 0