summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-03-14 17:41:53 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-03-14 17:42:10 -0400
commitbdb26d423a7f992bec5c28e17894c684d770d6f3 (patch)
tree9888ad79b03454df1713fd9aa70b17a3a1d9466a /src/core
parent6962fd3bd28cb5d3aaff69c1e3b6cc006e7c8426 (diff)
core: remove left-over debug message
Diffstat (limited to 'src/core')
-rw-r--r--src/core/load-fragment.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/load-fragment.c b/src/core/load-fragment.c
index bbf3a8a7f..07384d366 100644
--- a/src/core/load-fragment.c
+++ b/src/core/load-fragment.c
@@ -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]))