summaryrefslogtreecommitdiff
path: root/debug.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-01 15:15:05 -0600
committerJeff Carr <[email protected]>2025-02-01 15:15:05 -0600
commit96fdfd13386472039dd75b0c622bb97b9987173a (patch)
treeb0d0d08c8d826efc315970bd7a32a7f2354dbddd /debug.go
parent8d007ec10d8ea58d3bb1f85ec2ce2e99c3604231 (diff)
remove dumb old stuff and clean up struct.go
Diffstat (limited to 'debug.go')
-rw-r--r--debug.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug.go b/debug.go
index c880aba..37d1c3c 100644
--- a/debug.go
+++ b/debug.go
@@ -13,7 +13,7 @@ import (
func (w *guiWidget) dumpTree(s string) {
// log.Log(ERROR, "dump w", w.node.WidgetId, w.WidgetType, w.String())
if w == nil {
- log.Log(ERROR, "dump w.TK == nil", w.node.WidgetId, w.WidgetType, w.String())
+ log.Log(ERROR, "dump w.TK == nil", w.node.WidgetId, w.node.WidgetType, w.String())
return
}
w.dumpWidget("dumpTree() " + s)