- added 'message' instance variable (high level description of this event)
[plcapi.git] / PLC / Methods / BootUpdateNode.py
index 31dbb37..271da9f 100644 (file)
@@ -59,5 +59,6 @@ class BootUpdateNode(Method):
             nodenetwork.sync(commit = False)
 
         self.caller.sync(commit = True)
+       self.message = "Node updated: %s" % ", ".join(node_fields.keys())
 
         return 1