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:
Zbigniew Jędrzejewski-Szmek 2015-02-26 19:00:11 -05:00
parent 09c41feef3
commit 7933e4266f
1 changed files with 1 additions and 1 deletions

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);
}