chiark / gitweb /
sysctl: tweak debug message
[elogind.git] / src / sysctl / sysctl.c
index dd2e118737920429b79e5658c1fc9a42fe6c927a..43c765f064aa4acf92c3d553c052062fdc0b8416 100644 (file)
@@ -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;