From: Lennart Poettering Date: Fri, 12 Nov 2010 00:02:03 +0000 (+0100) Subject: log: fix build X-Git-Tag: v12~54 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=f41c094c9fb6760b27996aacfe1e66f2f2f415cb log: fix build --- diff --git a/src/log.c b/src/log.c index 3e7b8e93b..a2a648a93 100644 --- a/src/log.c +++ b/src/log.c @@ -198,7 +198,7 @@ int log_open(void) { if (log_target != LOG_TARGET_AUTO || getpid() == 1 || - isatty(STDERR_FILENO) <= 0)) { + isatty(STDERR_FILENO) <= 0) { if (log_target == LOG_TARGET_AUTO || log_target == LOG_TARGET_SYSLOG_OR_KMSG ||