svn keywords
[plcapi.git] / PLC / Methods / UpdateAddress.py
index 3573573..4586f64 100644 (file)
@@ -1,3 +1,5 @@
+# $Id$
+# $URL$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -47,7 +49,7 @@ class UpdateAddress(Method):
         address.sync()
        
        # Logging variables
-       self.object_ids = [address['address_id']]
+       self.event_objects = {'Address': [address['address_id']]}
        self.message = 'Address %d updated: %s' % \
                (address['address_id'], ", ".join(address_fields.keys()))