summaryrefslogtreecommitdiff
path: root/debug.go
diff options
context:
space:
mode:
Diffstat (limited to 'debug.go')
-rw-r--r--debug.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/debug.go b/debug.go
index e4f46ff..ce9eb88 100644
--- a/debug.go
+++ b/debug.go
@@ -99,9 +99,9 @@ func (n *Node) ListChildren(dump bool) {
if listChildrenParent != nil {
log.Log(NODE, "\t\t\tlistChildrenParent =", listChildrenParent.id)
if listChildrenParent.id != n.parent.id {
- log.Log(NOW, "parent =", n.parent.id, n.parent.progname)
- log.Log(NOW, "listChildrenParent =", listChildrenParent.id, listChildrenParent.progname)
- log.Log(NOW, listChildrenParent.id, "!=", n.parent.id)
+ log.Log(INFO, "parent =", n.parent.id, n.parent.progname)
+ log.Log(INFO, "listChildrenParent =", listChildrenParent.id, listChildrenParent.progname)
+ log.Log(INFO, listChildrenParent.id, "!=", n.parent.id)
log.Exit("parent.child does not match child.parent")
}
}