summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-10-14 01:27:31 +0200
committerLennart Poettering <lennart@poettering.net>2010-10-14 01:27:31 +0200
commit2ca1b422530e0e1c3d354b2e95a82723fe3f7702 (patch)
treebb0f203617e8a6de9f65ab720b1510902bfe0279 /src
parent85ed27f699939f75b8422ae67e016bdf9f439da9 (diff)
shutdown: log to console by default
Diffstat (limited to 'src')
-rw-r--r--src/shutdown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shutdown.c b/src/shutdown.c
index 176327bf1..be3fff41c 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) {