From: Mike Yuan Date: Mon, 6 Oct 2025 20:34:42 +0000 (+0200) Subject: mute-console: honor Context rather than arg_* X-Git-Tag: v259-rc1~359^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5592a2e004dc5cf0d3e5199bc41f5f712db4e41;p=thirdparty%2Fsystemd.git mute-console: honor Context rather than arg_* --- diff --git a/src/mute-console/mute-console.c b/src/mute-console/mute-console.c index 568b05cbd12..a5bb4cce61a 100644 --- a/src/mute-console/mute-console.c +++ b/src/mute-console/mute-console.c @@ -185,7 +185,7 @@ static int mute_kernel(Context *c) { assert(c); - if (!arg_mute_kernel) { + if (!c->mute_kernel) { log_debug("Muting of kernel printk() console output disabled."); c->saved_kernel = -1; return 0;