mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-06 21:51:37 +00: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.
(cherry picked from commit 7933e4266f)
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user