mute-console: honor Context rather than arg_*

This commit is contained in:
Mike Yuan
2025-10-06 22:34:42 +02:00
parent 5f7e04dd35
commit a5592a2e00

View File

@@ -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;