- - added logging variable 'object_type'
[plcapi.git] / PLC / Methods / BootUpdateNode.py
index 271da9f..5c1762a 100644 (file)
@@ -30,6 +30,8 @@ class BootUpdateNode(Method):
 
     returns = Parameter(int, '1 if successful')
 
+    object_type = 'Node'
+
     def call(self, auth, node_fields):
         # Update node state
         if node_fields.has_key('boot_state'):