mirror of
https://github.com/systemd/systemd.git
synced 2025-01-06 17:18:12 +03:00
systemctl: show extra args if defined (#5379)
This commit is contained in:
parent
52d1f5e569
commit
ef6e596ff0
@ -862,7 +862,7 @@ static void log_job_error_with_service_result(const char* service, const char *r
|
||||
|
||||
service_shell_quoted = shell_maybe_quote(service);
|
||||
|
||||
if (extra_args && extra_args[1]) {
|
||||
if (extra_args) {
|
||||
_cleanup_free_ char *t;
|
||||
|
||||
t = strv_join((char**) extra_args, " ");
|
||||
|
Loading…
Reference in New Issue
Block a user