mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-06 21:51:37 +00:00
core: remove left-over debug message
This commit is contained in:
@@ -626,8 +626,6 @@ int config_parse_exec(const char *unit,
|
||||
|
||||
n[k] = NULL;
|
||||
|
||||
log_debug("path: %s", path ?: n[0]);
|
||||
|
||||
if (!n[0])
|
||||
reason = "Empty executable name or zeroeth argument";
|
||||
else if (!string_is_safe(path ?: n[0]))
|
||||
|
||||
Reference in New Issue
Block a user