summaryrefslogtreecommitdiff
path: root/toolkit/gocui/debug.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-04-03 16:32:01 -0500
committerJeff Carr <[email protected]>2023-04-03 16:32:01 -0500
commitefe4d11576c0dbb0b1e4189274f9908c3eb7e7c3 (patch)
tree1c83b7f1d3312ea97577c77f9f2b2bd5a4a9e072 /toolkit/gocui/debug.go
parentc14ba9d6da0a82d6cd39645764a8f9b1a88af5d4 (diff)
gocui: more size debugging
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/gocui/debug.go')
-rw-r--r--toolkit/gocui/debug.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/toolkit/gocui/debug.go b/toolkit/gocui/debug.go
index e79b1be..0573f70 100644
--- a/toolkit/gocui/debug.go
+++ b/toolkit/gocui/debug.go
@@ -42,9 +42,7 @@ func (w *cuiWidget) showWidgetPlacement(b bool, s string) {
return
}
if (w.parent == nil) {
- log(logError, "showWidgetPlacement() WTF parent == nil", w.id, w.cuiName)
- log(logError, "showWidgetPlacement() WTF parent == nil", w.id, w.cuiName)
- log(logError, "showWidgetPlacement() WTF parent == nil", w.id, w.cuiName)
+ log(logError, "showWidgetPlacement() ERROR parent == nil", w.id, w.cuiName)
}
log(b, "dump()", s,
fmt.Sprintf("(wId,pId)=(%3d,%3d)", w.id, w.parent.id),