mirror of
https://github.com/systemd/systemd.git
synced 2025-01-11 09:18:07 +03:00
sysctl: downgrade message about sysctl overrides to debug
Printing it at info level was tedious. We don't do that for any other overrides.
This commit is contained in:
parent
09c41feef3
commit
7933e4266f
@ -176,7 +176,7 @@ found:
|
||||
if (streq(value, existing))
|
||||
continue;
|
||||
|
||||
log_info("Overwriting earlier assignment of %s in file '%s'.", p, path);
|
||||
log_debug("Overwriting earlier assignment of %s in file '%s'.", p, path);
|
||||
free(hashmap_remove(sysctl_options, p));
|
||||
free(v);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user