diff options
| author | Jeff Carr <[email protected]> | 2024-01-11 19:10:24 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-11 19:10:24 -0600 |
| commit | 3b258d0ce0e20ffedf8804409a16abbe84f1d383 (patch) | |
| tree | 0273746324f274f5c95e96a32b06911f4dd40e05 /nocui/stdin.go | |
| parent | c4582b0b30e3020a92baf299572d8617872d45e5 (diff) | |
var value any
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'nocui/stdin.go')
| -rw-r--r-- | nocui/stdin.go | 2 |
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 |
