summaryrefslogtreecommitdiff
path: root/gocui/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-11 19:10:24 -0600
committerJeff Carr <[email protected]>2024-01-11 19:10:24 -0600
commit3b258d0ce0e20ffedf8804409a16abbe84f1d383 (patch)
tree0273746324f274f5c95e96a32b06911f4dd40e05 /gocui/main.go
parentc4582b0b30e3020a92baf299572d8617872d45e5 (diff)
var value any
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gocui/main.go')
-rw-r--r--gocui/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gocui/main.go b/gocui/main.go
index 8c079c9..72bad7c 100644
--- a/gocui/main.go
+++ b/gocui/main.go
@@ -45,7 +45,7 @@ func catchActionChannel() {
log.Log(ERROR, "ERROR: console did not initialize")
continue
}
- log.Log(INFO, "catchActionChannel()", a.WidgetId, a.ActionType, a.WidgetType, a.Name)
+ log.Log(INFO, "catchActionChannel()", a.WidgetId, a.ActionType, a.WidgetType, a.ProgName)
action(&a)
}
}