summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/shutdown.c2
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) {