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