main: restore an accidentally removed 'else'

I just noticed this when reading the latest commits.
This commit is contained in:
Tero Roponen 2010-08-17 20:46:18 +03:00 committed by Lennart Poettering
parent d51d2d3db9
commit a9c501a590

View file

@ -333,7 +333,7 @@ static int parse_proc_cmdline_word(const char *word) {
"systemd.log_color=0|1 Highlight important log messages\n"
"systemd.log_location=0|1 Include code location in log messages\n");
} if (streq(word, "quiet")) {
} else if (streq(word, "quiet")) {
arg_show_status = false;
arg_sysv_console = false;
} else {