mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
mute-console: honor Context rather than arg_*
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user