chiark / gitweb /
core: do not use quotes around virt and arch
[elogind.git] / src / core / load-fragment.c
index bbf3a8a7fd725293615a39346e96744bd858a1b1..07384d3668d056219bfa98b428c7f186db2739f1 100644 (file)
@@ -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]))