1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-22 13:33:56 +03:00

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.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2021-05-23 09:20:47 +02:00
parent 44a989e039
commit e7b18106f8

View 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);