From: Lennart Poettering Date: Wed, 30 Sep 2020 14:06:53 +0000 (+0200) Subject: log: update comment X-Git-Tag: v247-rc1~137^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=27ffec083140467a03f463a446c6d19dc5e437ab;p=thirdparty%2Fsystemd.git log: update comment The logic was changed in bc694c06e60505efeb09e5278a7b22cdfa23975e, let's update the comment accordingly. --- diff --git a/src/basic/log.h b/src/basic/log.h index c65419b6998..ce8bb42ea17 100644 --- a/src/basic/log.h +++ b/src/basic/log.h @@ -30,7 +30,7 @@ typedef enum LogTarget{ LOG_TARGET_JOURNAL_OR_KMSG, LOG_TARGET_SYSLOG, LOG_TARGET_SYSLOG_OR_KMSG, - LOG_TARGET_AUTO, /* console if stderr is tty, JOURNAL_OR_KMSG otherwise */ + LOG_TARGET_AUTO, /* console if stderr is not journal, JOURNAL_OR_KMSG otherwise */ LOG_TARGET_NULL, _LOG_TARGET_MAX, _LOG_TARGET_INVALID = -1