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