X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fshared%2Flog.c;fp=src%2Fshared%2Flog.c;h=03ef018bd4b870268806f8e2e890180236407c00;hp=9c0156026d0a5a7d57b3596fcdae69c2d0dc57cb;hb=5e07a79e84ab8b045b9df1a2719f14fc84471a1d;hpb=b9be39bfb4ed8e43a7c445831131e44be998eb32 diff --git a/src/shared/log.c b/src/shared/log.c index 9c0156026..03ef018bd 100644 --- a/src/shared/log.c +++ b/src/shared/log.c @@ -914,7 +914,9 @@ static int parse_proc_cmdline_item(const char *key, const char *value) { * The systemd.log_xyz= settings are parsed by all tools, and * so is "debug". * - * However, "quiet" is only parsed by PID 1! + * However, "quiet" is only parsed by PID 1, and only turns of + * status output to /dev/console, but does not alter the log + * level. */ if (streq(key, "debug") && !value)