From 4e7bbd89900a733593f0848778103c1cf1a7145d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 1 Jan 2024 15:43:50 -0600 Subject: reorg to final resting place at go.wit.com/gui/gui Signed-off-by: Jeff Carr --- debug.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'debug.go') diff --git a/debug.go b/debug.go index d730df1..8a01cc1 100644 --- a/debug.go +++ b/debug.go @@ -5,7 +5,7 @@ package gui import ( "strconv" - "go.wit.com/gui/toolkit" + "go.wit.com/gui/gui/toolkit" ) // various debugging flags @@ -159,9 +159,9 @@ func (n *Node) ListChildren(dump bool) { if (listChildrenParent != nil) { log(debugNode, "\t\t\tlistChildrenParent =",listChildrenParent.id) if (listChildrenParent.id != n.parent.id) { - log("parent =",n.parent.id, n.parent.Name) - log("listChildrenParent =",listChildrenParent.id, listChildrenParent.Name) - log(listChildrenParent.id, "!=", n.parent.id) + log(true, "parent =",n.parent.id, n.parent.Name) + log(true, "listChildrenParent =",listChildrenParent.id, listChildrenParent.Name) + log(true, listChildrenParent.id, "!=", n.parent.id) exit("parent.child does not match child.parent") } } -- cgit v1.2.3