svn keywords
[plcapi.git] / PLC / Methods / AddPersonToSlice.py
index 943393b..b38e111 100644 (file)
@@ -1,3 +1,5 @@
+# $Id$
+# $URL$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -54,6 +56,8 @@ class AddPersonToSlice(Method):
             slice.add_person(person)
 
         # Logging variables
+       self.event_objects = {'Person': [person['person_id']],
+                             'Slice': [slice['slice_id']]}     
        self.object_ids = [slice['slice_id']]
 
         return 1