summaryrefslogtreecommitdiff
path: root/src/systemctl.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-08-16 22:39:02 +0200
committerLennart Poettering <lennart@poettering.net>2010-08-16 22:39:02 +0200
commit2396fb04f78eaa9842c747e384218f0069446960 (patch)
tree73b2b579e628e84b7c4f13446dd8096b7a3bd32d /src/systemctl.c
parent618e02c7b7f8e11fdb954a019342d745937baf55 (diff)
log: properly open log target in the various utilities
Diffstat (limited to 'src/systemctl.c')
-rw-r--r--src/systemctl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemctl.c b/src/systemctl.c
index a3186db4a0..50473a182a 100644
--- a/src/systemctl.c
+++ b/src/systemctl.c
@@ -4903,6 +4903,7 @@ int main(int argc, char*argv[]) {
dbus_error_init(&error);
log_parse_environment();
+ log_open();
if ((r = parse_argv(argc, argv)) < 0)
goto finish;