log: update comment

The logic was changed in bc694c06e6, let's
update the comment accordingly.
This commit is contained in:
Lennart Poettering 2020-09-30 16:06:53 +02:00
parent 644af26285
commit 27ffec0831
1 changed files with 1 additions and 1 deletions

View File

@ -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