- - added logging variable 'object_type'
[plcapi.git] / PLC / Methods / DeleteNode.py
index 48bff2e..d0bf3a5 100644 (file)
@@ -24,6 +24,8 @@ class DeleteNode(Method):
 
     returns = Parameter(int, '1 if successful')
 
+    object_type = 'Node'
+
 
     def call(self, auth, node_id_or_hostname):
         # Get account information