Darren Ranalli 19 роки тому
батько
коміт
e33e528192
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      direct/src/distributed/DoCollectionManager.py

+ 1 - 1
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