summaryrefslogtreecommitdiff
path: root/json.go
diff options
context:
space:
mode:
Diffstat (limited to 'json.go')
-rw-r--r--json.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/json.go b/json.go
index fb671af..5a52334 100644
--- a/json.go
+++ b/json.go
@@ -54,7 +54,7 @@ func (n *Node) Json() []string {
log.Warn(tmp)
return all
default:
- log.Info("doUserEvent() type =", n.WidgetType)
+ log.Log(TREE, "doUserEvent() type =", n.WidgetType)
}
return all
}