mirror of
https://github.com/systemd/systemd.git
synced 2026-08-03 22:50:29 +00:00
log: update comment
The logic was changed in bc694c06e6, let's
update the comment accordingly.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user