just autopep8'ed refreshpeer
[plcapi.git] / PLC / Methods / RebootNodeWithPCU.py
index 88c2225..2126a2e 100644 (file)
@@ -1,5 +1,3 @@
-# $Id$
-# $URL$
 import socket
 
 from PLC.Faults import *
@@ -78,6 +76,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