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:
Zbigniew Jędrzejewski-Szmek
2015-03-03 13:30:46 -05:00
parent ca0cf2741e
commit 2439dc6083
+1 -1
View File
@@ -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);
}