]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/emergency-action.c
Add SPDX license identifiers to source files under the LGPL
[thirdparty/systemd.git] / src / core / emergency-action.c
index 90232bc57a1a0809eb56f5acc1d67ed5157eeed4..308608e426d4eecd1a757f8ceee4584307c7651f 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: LGPL-2.1+ */
 /***
   This file is part of systemd.
 
@@ -31,7 +32,7 @@
 static void log_and_status(Manager *m, const char *message, const char *reason) {
         log_warning("%s: %s", message, reason);
         manager_status_printf(m, STATUS_TYPE_EMERGENCY,
-                              ANSI_HIGHLIGHT_RED " !!  " ANSI_NORMAL,
+                              ANSI_HIGHLIGHT_RED "  !!  " ANSI_NORMAL,
                               "%s: %s", message, reason);
 }