summaryrefslogtreecommitdiff
path: root/addNode.go
diff options
context:
space:
mode:
Diffstat (limited to 'addNode.go')
-rw-r--r--addNode.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/addNode.go b/addNode.go
index 2db130c..5a17a25 100644
--- a/addNode.go
+++ b/addNode.go
@@ -23,9 +23,9 @@ func (me *TreeInfo) AddNode(a *widget.Action) *Node {
}
if me.treeRoot.FindWidgetId(a.WidgetId) != nil {
- log.Warn("AddNode() WidgetId already exists", a.WidgetId)
- log.Warn("probably this is a Show() / Hide() issue")
- log.Warn("TODO: figure out what to do here")
+ log.Log(TREEWARN, "AddNode() WidgetId already exists", a.WidgetId)
+ log.Log(TREEWARN, "probably this is a Show() / Hide() issue")
+ log.Log(TREEWARN, "TODO: figure out what to do here")
return me.treeRoot.FindWidgetId(a.WidgetId)
}