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