|
@@ -64,7 +64,7 @@ class ParentMgr:
|
|
|
(repr(child), parentToken))
|
|
(repr(child), parentToken))
|
|
|
child.wrtReparentTo(self.token2nodepath[parentToken])
|
|
child.wrtReparentTo(self.token2nodepath[parentToken])
|
|
|
else:
|
|
else:
|
|
|
- self.notify.warning(
|
|
|
|
|
|
|
+ self.notify.debug(
|
|
|
"child %s requested reparent to parent '%s' that is not (yet) registered" %
|
|
"child %s requested reparent to parent '%s' that is not (yet) registered" %
|
|
|
(repr(child), parentToken))
|
|
(repr(child), parentToken))
|
|
|
# cancel any pending reparent on behalf of this child
|
|
# cancel any pending reparent on behalf of this child
|