LogInit: improve systemd/journald comment

This commit is contained in:
Max Kellermann 2022-09-06 21:03:42 +02:00
parent 910d0ec92b
commit 38704c9cf3

View File

@ -158,7 +158,7 @@ log_init(const ConfigData &config, bool verbose, bool use_stdout)
getenv("NOTIFY_SOCKET") != nullptr) { getenv("NOTIFY_SOCKET") != nullptr) {
/* if MPD was started as a systemd /* if MPD was started as a systemd
service, default to journal (which service, default to journal (which
is connected to fd=2) */ is connected to stdout&stderr) */
out_fd = STDOUT_FILENO; out_fd = STDOUT_FILENO;
return; return;
} }