diff options
Diffstat (limited to 'src/update-utmp.c')
-rw-r--r-- | src/update-utmp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/update-utmp.c b/src/update-utmp.c index b5d733ca44..5a48bd98dd 100644 --- a/src/update-utmp.c +++ b/src/update-utmp.c @@ -368,6 +368,7 @@ int main(int argc, char *argv[]) { log_set_target(LOG_TARGET_SYSLOG_OR_KMSG); log_parse_environment(); + log_open(); #ifdef HAVE_AUDIT if ((c.audit_fd = audit_open()) < 0) |