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 5a52334..095e159 100644
--- a/json.go
+++ b/json.go
@@ -51,7 +51,7 @@ func (n *Node) Json() []string {
case widget.Window:
tmp := fmt.Sprint("{ WidgetType :", n.WidgetType, "}")
all = append(all, tmp)
- log.Warn(tmp)
+ log.Log(TREEWARN, tmp)
return all
default:
log.Log(TREE, "doUserEvent() type =", n.WidgetType)