Browse Source

prevent uberdog crash

Darren Ranalli 19 years ago
parent
commit
e33e528192
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/distributed/DoCollectionManager.py

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

@@ -194,7 +194,7 @@ class DoCollectionManager:
         if (object == None):
         if (object == None):
             object = self.doId2do.get(doId)
             object = self.doId2do.get(doId)
         if object is None:
         if object is None:
-            self.notify.error('storeObjectLocation: object %s not present' % doId)
+            self.notify.warning('storeObjectLocation: object %s not present' % doId)
         else:
         else:
             oldParentId = object.parentId
             oldParentId = object.parentId
             oldZoneId = object.zoneId
             oldZoneId = object.zoneId