take out the code that computes a new key - for use by the dummynet boot medium creat...
[plcapi.git] / PLC / Methods / DeletePCU.py
index 0d7a09a..944882b 100644 (file)
@@ -37,7 +37,7 @@ class DeletePCU(Method):
         pcu.delete()
        
        # Logging variables
-       self.object_ids = [pcu['pcu_id']]
+       self.event_objects = {'PCU': [pcu['pcu_id']]}
        self.message = 'PCU %d deleted' % pcu['pcu_id']
 
         return 1