add debug statements to track down crash 25179

This commit is contained in:
Redmond Urbino 2006-11-09 00:44:21 +00:00
parent 35356701f9
commit b97985557d

View File

@ -232,6 +232,8 @@ class RelatedObjectMgr(DirectObject.DirectObject):
taskMgr.remove(doLaterName)
objects, doIdsPending = self.__generateObjectList(doIdList)
if None in objects:
self.notify.warning('calling %s with None.\n objects=%s\n doIdsPending=%s\n doIdList=%s\n' % (allCallback,objects,doIdsPending,doIdList))
if allCallback:
allCallback(objects)