X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Finitctl.c;h=7b478a75d577fc7d308308baeca2e903b2e1a59b;hb=a9c501a5902a64d4ec21cf0e87d16ec8c0c1e169;hp=a504c8f337c867f732bf947d06ba6b6d404b4c46;hpb=e364ad0628b5930a671ae5be863b960f4bd748a8;p=elogind.git diff --git a/src/initctl.c b/src/initctl.c index a504c8f33..7b478a75d 100644 --- a/src/initctl.c +++ b/src/initctl.c @@ -1,4 +1,4 @@ -/*-*- Mode: C; c-basic-offset: 8 -*-*/ +/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ /*** This file is part of systemd. @@ -119,7 +119,7 @@ static void change_runlevel(Server *s, int runlevel) { DBUS_TYPE_STRING, &target, DBUS_TYPE_STRING, &replace, DBUS_TYPE_INVALID)) { - log_error("Could not attach target and flag information to signal message."); + log_error("Could not attach target and flag information to message."); goto finish; } @@ -349,6 +349,7 @@ int main(int argc, char *argv[]) { log_set_target(LOG_TARGET_SYSLOG_OR_KMSG); log_parse_environment(); + log_open(); if ((n = sd_listen_fds(true)) < 0) { log_error("Failed to read listening file descriptors from environment: %s", strerror(-r));