2
0
Darren Ranalli 20 жил өмнө
parent
commit
5009b622bd

+ 1 - 1
direct/src/distributed/ParentMgr.py

@@ -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