removed excess log spam

This commit is contained in:
Darren Ranalli 2005-05-27 01:13:23 +00:00
parent 20c8cf7502
commit 5009b622bd
1 changed files with 1 additions and 1 deletions

View File

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