define systemd.log_target=console when used with systemd-debug
[plcapi.git] / PLC / Methods / BootGetNodeDetails.py
index 52cc999..afc7b0c 100644 (file)
@@ -1,4 +1,3 @@
-# $Id$
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
 from PLC.Auth import BootAuth
@@ -50,7 +49,6 @@ class BootGetNodeDetails(Method):
                         else:
                             network[field] = ""
 
-       self.message = "Node request boot_state (%s) and networks" % \
-               (details['boot_state'])
+        self.message = "Node request boot_state (%s) and networks" % \
+                (details['boot_state'])
         return details
-