]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
pid1: remove dot from initial announcement 19765/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 23 May 2021 07:20:47 +0000 (09:20 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 31 May 2021 17:22:51 +0000 (19:22 +0200)
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

index 12948ca964c6f082f3cf21f4aeebd1e2456d9280..1336be494aa0fe531e4d0f7e59084e378492d6fa 100644 (file)
@@ -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);