summaryrefslogtreecommitdiff
path: root/src/core/main.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-12-23 17:56:44 +0100
committerLennart Poettering <lennart@poettering.net>2013-12-23 17:56:44 +0100
commitb8d0ffc21f9c237cdeef49b1873b47df1a0a1543 (patch)
tree1e834ae889e94b56ca715fc12fb723c2bdbb006d /src/core/main.c
parent46525bfc020e06609a44670f277aaf23954e7d85 (diff)
log: als turn on debug logging in non-PID1 if /proc/cmdline contains "debug"
Diffstat (limited to 'src/core/main.c')
-rw-r--r--src/core/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/main.c b/src/core/main.c
index 5189833e4..064445d17 100644
--- a/src/core/main.c
+++ b/src/core/main.c
@@ -462,7 +462,6 @@ DEFINE_SETTER(config_parse_target, log_set_target_from_string, "target")
DEFINE_SETTER(config_parse_color, log_show_color_from_string, "color" )
DEFINE_SETTER(config_parse_location, log_show_location_from_string, "location")
-
static int config_parse_cpu_affinity2(const char *unit,
const char *filename,
unsigned line,