]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/failure-action.c
util-lib: move string table stuff into its own string-table.[ch]
[thirdparty/systemd.git] / src / core / failure-action.c
index b06a7d2ae5f9d78da940d85019686549269532d9..c7c95984b7be2cd0c9e12975c212d792b575db82 100644 (file)
 #include <sys/reboot.h>
 #include <linux/reboot.h>
 
-#include "bus-util.h"
 #include "bus-error.h"
-#include "special.h"
+#include "bus-util.h"
 #include "failure-action.h"
+#include "special.h"
+#include "string-table.h"
 #include "terminal-util.h"
 
 static void log_and_status(Manager *m, const char *message) {
         log_warning("%s", message);
         manager_status_printf(m, STATUS_TYPE_EMERGENCY,
-                              ANSI_HIGHLIGHT_RED_ON " !!  " ANSI_HIGHLIGHT_OFF,
+                              ANSI_HIGHLIGHT_RED " !!  " ANSI_NORMAL,
                               "%s", message);
 }