From: Lennart Poettering Date: Wed, 13 Oct 2010 23:27:31 +0000 (+0200) Subject: shutdown: log to console by default X-Git-Tag: v12~226 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ca1b422530e0e1c3d354b2e95a82723fe3f7702;p=systemd shutdown: log to console by default --- diff --git a/src/shutdown.c b/src/shutdown.c index 176327bf..be3fff41 100644 --- a/src/shutdown.c +++ b/src/shutdown.c @@ -203,7 +203,7 @@ int main(int argc, char *argv[]) { bool need_umount = true, need_swapoff = true, need_loop_detach = true; log_parse_environment(); - log_set_target(LOG_TARGET_KMSG); /* syslog will die if not gone yet */ + log_set_target(LOG_TARGET_CONSOLE); /* syslog will die if not gone yet */ log_open(); if (getpid() != 1) {