diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-08-16 22:39:02 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-08-16 22:39:02 +0200 |
commit | 2396fb04f78eaa9842c747e384218f0069446960 (patch) | |
tree | 73b2b579e628e84b7c4f13446dd8096b7a3bd32d /src/shutdownd.c | |
parent | 618e02c7b7f8e11fdb954a019342d745937baf55 (diff) |
log: properly open log target in the various utilities
Diffstat (limited to 'src/shutdownd.c')
-rw-r--r-- | src/shutdownd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shutdownd.c b/src/shutdownd.c index d889824536..80ff2e9fba 100644 --- a/src/shutdownd.c +++ b/src/shutdownd.c @@ -192,6 +192,7 @@ int main(int argc, char *argv[]) { log_set_target(LOG_TARGET_SYSLOG_OR_KMSG); log_parse_environment(); + log_open(); if ((n_fds = sd_listen_fds(true)) < 0) { log_error("Failed to read listening file descriptors from environment: %s", strerror(-r)); |