From ef6e596ff031e58916d00a7800b8482a6d81f105 Mon Sep 17 00:00:00 2001 From: Adrián López Date: Fri, 17 Feb 2017 21:27:45 +0100 Subject: systemctl: show extra args if defined (#5379) --- src/shared/bus-unit-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/shared/bus-unit-util.c b/src/shared/bus-unit-util.c index 4ca614f647..aae69f6da5 100644 --- a/src/shared/bus-unit-util.c +++ b/src/shared/bus-unit-util.c @@ -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, " "); -- cgit v1.2.3-54-g00ecf