X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FRebootNodeWithPCU.py;fp=PLC%2FMethods%2FRebootNodeWithPCU.py;h=751f9fd2af47344e5e723253a4d788a418228e90;hb=12ae121994f9ad32ed428724babd19259b685312;hp=88c222546c368e03ec1e3010b54e9a6d33a3ba1c;hpb=41b4c60c7ca80319e88b07db037c19b1b467bc03;p=plcapi.git diff --git a/PLC/Methods/RebootNodeWithPCU.py b/PLC/Methods/RebootNodeWithPCU.py index 88c2225..751f9fd 100644 --- a/PLC/Methods/RebootNodeWithPCU.py +++ b/PLC/Methods/RebootNodeWithPCU.py @@ -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