mirror of
https://github.com/systemd/systemd.git
synced 2024-12-13 04:03:35 +08:00
sysctl: tweak debug message
This commit is contained in:
parent
71e4e12584
commit
924bc14fef
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user