diff options
Diffstat (limited to 'debug.go')
| -rw-r--r-- | debug.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
