From 7933e4266f8124e3fca71f67757abd44155fa1cb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 26 Feb 2015 19:00:11 -0500 Subject: [PATCH] sysctl: downgrade message about sysctl overrides to debug Printing it at info level was tedious. We don't do that for any other overrides. --- src/sysctl/sysctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sysctl/sysctl.c b/src/sysctl/sysctl.c index 275a5b74a..2415d8452 100644 --- a/src/sysctl/sysctl.c +++ b/src/sysctl/sysctl.c @@ -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); } -- 2.30.2