From e7b18106f8ae7778a27547b057b89d74402db1c6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 23 May 2021 09:20:47 +0200 Subject: [PATCH] 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. --- src/core/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.3