You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
853 B
23 lines
853 B
From ea76eeb44ef5c8e5fc8e44328c2c455a2b9a0db0 Mon Sep 17 00:00:00 2001 |
|
From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= <zbyszek@in.waw.pl> |
|
Date: Sat, 14 Mar 2015 17:41:53 -0400 |
|
Subject: [PATCH] core: remove left-over debug message |
|
|
|
(cherry picked from commit bdb26d423a7f992bec5c28e17894c684d770d6f3) |
|
--- |
|
src/core/load-fragment.c | 2 -- |
|
1 file changed, 2 deletions(-) |
|
|
|
diff --git a/src/core/load-fragment.c b/src/core/load-fragment.c |
|
index 90bf5634c8..f17a82fcdf 100644 |
|
--- a/src/core/load-fragment.c |
|
+++ b/src/core/load-fragment.c |
|
@@ -634,8 +634,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]))
|
|
|