diff options
Diffstat (limited to 'toolkit/gocui/debug.go')
| -rw-r--r-- | toolkit/gocui/debug.go | 4 |
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), |
