From: Zbigniew Jędrzejewski-Szmek Date: Sun, 23 May 2021 07:20:47 +0000 (+0200) Subject: pid1: remove dot from initial announcement X-Git-Tag: v249-rc1~126^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7b18106f8ae7778a27547b057b89d74402db1c6;p=thirdparty%2Fsystemd.git pid1: remove dot from initial announcement This line is so long, that the end is usually not visible on the terminal. The dot looks out of place, and dropping it saves one column for more interesting content. --- diff --git a/src/core/main.c b/src/core/main.c index 12948ca964c..1336be494aa 100644 --- a/src/core/main.c +++ b/src/core/main.c @@ -1999,7 +1999,7 @@ static void log_execution_mode(bool *ret_first_boot) { if (arg_system) { int v; - log_info("systemd " GIT_VERSION " running in %ssystem mode. (%s)", + log_info("systemd " GIT_VERSION " running in %ssystem mode (%s)", arg_action == ACTION_TEST ? "test " : "", systemd_features);