Browse Source

exceptionLogged storeObjectLocation

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

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

@@ -191,6 +191,7 @@ class DoCollectionManager:
         else:
         else:
             self.notify.warning('handleSetLocation: object %s not present' % self.getMsgChannel())
             self.notify.warning('handleSetLocation: object %s not present' % self.getMsgChannel())
 
 
+    @exceptionLogged
     def storeObjectLocation(self, object, parentId, zoneId):
     def storeObjectLocation(self, object, parentId, zoneId):
         oldParentId = object.parentId
         oldParentId = object.parentId
         oldZoneId = object.zoneId
         oldZoneId = object.zoneId