From 2396fb04f78eaa9842c747e384218f0069446960 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 16 Aug 2010 22:39:02 +0200 Subject: log: properly open log target in the various utilities --- src/cgroups-agent.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cgroups-agent.c') diff --git a/src/cgroups-agent.c b/src/cgroups-agent.c index ed1d43e7d4..92b56c5fbd 100644 --- a/src/cgroups-agent.c +++ b/src/cgroups-agent.c @@ -39,6 +39,7 @@ int main(int argc, char *argv[]) { log_set_target(LOG_TARGET_SYSLOG_OR_KMSG); log_parse_environment(); + log_open(); /* If possible we go via the system bus, to make sure that * session instances get the messages. If not possible we talk -- cgit v1.2.3-54-g00ecf