From e33e5281924966eaa91cd89036ae35d35ff689f9 Mon Sep 17 00:00:00 2001 From: Darren Ranalli Date: Sat, 8 Jul 2006 00:57:59 +0000 Subject: [PATCH] prevent uberdog crash --- direct/src/distributed/DoCollectionManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/distributed/DoCollectionManager.py b/direct/src/distributed/DoCollectionManager.py index 8275582403..c5e7173647 100755 --- a/direct/src/distributed/DoCollectionManager.py +++ b/direct/src/distributed/DoCollectionManager.py @@ -194,7 +194,7 @@ class DoCollectionManager: if (object == None): object = self.doId2do.get(doId) if object is None: - self.notify.error('storeObjectLocation: object %s not present' % doId) + self.notify.warning('storeObjectLocation: object %s not present' % doId) else: oldParentId = object.parentId oldZoneId = object.zoneId