From 5009b622bddbe08e6b285364638d30bcb697ff3f Mon Sep 17 00:00:00 2001 From: Darren Ranalli Date: Fri, 27 May 2005 01:13:23 +0000 Subject: [PATCH] removed excess log spam --- direct/src/distributed/ParentMgr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/distributed/ParentMgr.py b/direct/src/distributed/ParentMgr.py index 31fecf8bd8..0547ee2570 100644 --- a/direct/src/distributed/ParentMgr.py +++ b/direct/src/distributed/ParentMgr.py @@ -64,7 +64,7 @@ class ParentMgr: (repr(child), parentToken)) child.wrtReparentTo(self.token2nodepath[parentToken]) else: - self.notify.warning( + self.notify.debug( "child %s requested reparent to parent '%s' that is not (yet) registered" % (repr(child), parentToken)) # cancel any pending reparent on behalf of this child