Make options into NodeTags.
[plcapi.git] / PLC / Methods / DeletePeer.py
index dcc1913..db4616d 100644 (file)
@@ -1,3 +1,4 @@
+# $Id$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -33,6 +34,6 @@ class DeletePeer(Method):
         peer.delete()
 
         # Log affected objects
-       self.object_ids = [peer['peer_id']]
+       self.event_objects = {'Peer': [peer['peer_id']]}
 
        return 1