Add a more instructive Event message to reconstruct what actually occurred as
[plcapi.git] / PLC / Methods / RebootNodeWithPCU.py
index 88c2225..751f9fd 100644 (file)
@@ -78,6 +78,6 @@ class RebootNodeWithPCU(Method):
         node.update_last_pcu_reboot(commit=True) # commits new timestamp to node 
 
         self.event_objects = {'Node': [node['node_id']]}
-        self.message = "RebootNodeWithPCU called"
+        self.message = "RebootNodeWithPCU %s with %s returned %s" % (node['node_id'], pcu['pcu_id'], ret)
 
         return ret