define systemd.log_target=console when used with systemd-debug
[plcapi.git] / PLC / Methods / BootGetNodeDetails.py
index 8f228bc..afc7b0c 100644 (file)
@@ -49,7 +49,6 @@ class BootGetNodeDetails(Method):
                         else:
                             network[field] = ""
 
-       self.messge = "Node request boot_state (%s) and networks" % \
-               (details['boot_state'])
+        self.message = "Node request boot_state (%s) and networks" % \
+                (details['boot_state'])
         return details
-