From ba70be3064c1d082eb0e9146562b7f07dd894fb0 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 21 Jan 2024 11:37:00 -0600 Subject: cleaner logging output Signed-off-by: Jeff Carr --- debug.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'debug.go') 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") } } -- cgit v1.2.3