From: Zbigniew Jędrzejewski-Szmek Date: Sun, 15 Mar 2015 02:56:01 +0000 (-0400) Subject: sysctl: tweak debug message X-Git-Tag: v219.0~299 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=924bc14fef39373f4523664207007a6c82c2b2d5 sysctl: tweak debug message --- diff --git a/src/sysctl/sysctl.c b/src/sysctl/sysctl.c index dd2e11873..43c765f06 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;