mirror of
https://github.com/systemd/systemd.git
synced 2025-02-03 17:47:28 +03:00
systemctl: remove extra space character in output (#7250)
> See "systemctl status fail-stop.service" and "journalctl -xe" for > details.
This commit is contained in:
parent
474cca49ee
commit
3a58ca47ee
@ -1301,7 +1301,7 @@ static void log_job_error_with_service_result(const char* service, const char *r
|
||||
|
||||
service_shell_quoted = shell_maybe_quote(service, ESCAPE_BACKSLASH);
|
||||
|
||||
if (extra_args) {
|
||||
if (!strv_isempty((char**) extra_args)) {
|
||||
_cleanup_free_ char *t;
|
||||
|
||||
t = strv_join((char**) extra_args, " ");
|
||||
|
Loading…
x
Reference in New Issue
Block a user