diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-10-14 01:27:31 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-14 01:27:31 +0200 |
commit | 2ca1b422530e0e1c3d354b2e95a82723fe3f7702 (patch) | |
tree | bb0f203617e8a6de9f65ab720b1510902bfe0279 | |
parent | 85ed27f699939f75b8422ae67e016bdf9f439da9 (diff) |
shutdown: log to console by default
-rw-r--r-- | src/shutdown.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shutdown.c b/src/shutdown.c index 176327bf10..be3fff41c7 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) { |