From: Mike Yuan Date: Mon, 6 Oct 2025 19:54:39 +0000 (+0200) Subject: mute-console: fix typo X-Git-Tag: v259-rc1~359^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f7e04dd35afd64d3b2ed6dedaa76fb271bab557;p=thirdparty%2Fsystemd.git mute-console: fix typo --- diff --git a/src/mute-console/mute-console.c b/src/mute-console/mute-console.c index 4a444987772..568b05cbd12 100644 --- a/src/mute-console/mute-console.c +++ b/src/mute-console/mute-console.c @@ -192,7 +192,7 @@ static int mute_kernel(Context *c) { } if (detect_container() > 0) { - log_debug("Skipping muting of print() console output, because running in a container."); + log_debug("Skipping muting of printk() console output, because running in a container."); c->saved_kernel = -1; return 0; } @@ -398,7 +398,7 @@ static int run(int argc, char* argv[]) { RET_GATHER(ret, mute_pid1(&c)); RET_GATHER(ret, mute_kernel(&c)); - /* Now tell service manager we area ready to go */ + /* Now tell service manager we are ready to go */ _unused_ _cleanup_(notify_on_cleanup) const char *notify_message = notify_start("READY=1\n" "STATUS=Console status output muted temporarily.",