From: Zbigniew Jędrzejewski-Szmek Date: Sun, 15 Mar 2015 02:56:01 +0000 (-0400) Subject: sysctl: tweak debug message X-Git-Tag: v220~713 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=924bc14fef39373f4523664207007a6c82c2b2d5;p=thirdparty%2Fsystemd.git sysctl: tweak debug message --- diff --git a/src/sysctl/sysctl.c b/src/sysctl/sysctl.c index dd2e1187379..43c765f064a 100644 --- a/src/sysctl/sysctl.c +++ b/src/sysctl/sysctl.c @@ -77,7 +77,7 @@ static int parse_file(Hashmap *sysctl_options, const char *path, bool ignore_eno return log_error_errno(r, "Failed to open file '%s', ignoring: %m", path); } - log_debug("parse: %s", path); + log_debug("Parsing %s", path); while (!feof(f)) { char l[LINE_MAX], *p, *value, *new_value, *property, *existing; void *v;