]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/show-status.c
pid1: add new mode systemd.show-status=error and use it when 'quiet' is passed
[thirdparty/systemd.git] / src / core / show-status.c
index c998b51abdb74e68c1580de2a02b1d99c30a2169..9d7358a9c12d741d7283be51a88be4124a9716e9 100644 (file)
@@ -16,6 +16,7 @@
 
 static const char* const show_status_table[_SHOW_STATUS_MAX] = {
         [SHOW_STATUS_NO]        = "no",
+        [SHOW_STATUS_ERROR]     = "error",
         [SHOW_STATUS_AUTO]      = "auto",
         [SHOW_STATUS_TEMPORARY] = "temporary",
         [SHOW_STATUS_YES]       = "yes",