From 38704c9cf3037cd1b360c6847f2529ee2ada6a7a Mon Sep 17 00:00:00 2001 From: Max Kellermann <max.kellermann@gmail.com> Date: Tue, 6 Sep 2022 21:03:42 +0200 Subject: [PATCH] LogInit: improve systemd/journald comment --- src/LogInit.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LogInit.cxx b/src/LogInit.cxx index 98a8810bd..7aeb069d3 100644 --- a/src/LogInit.cxx +++ b/src/LogInit.cxx @@ -158,7 +158,7 @@ log_init(const ConfigData &config, bool verbose, bool use_stdout) getenv("NOTIFY_SOCKET") != nullptr) { /* if MPD was started as a systemd service, default to journal (which - is connected to fd=2) */ + is connected to stdout&stderr) */ out_fd = STDOUT_FILENO; return; }