chiark / gitweb /
sysctl: downgrade message about sysctl overrides to debug
[elogind.git] / src / sysctl / sysctl.c
index 275a5b74aee4669c22cf8a4eebff42b83fb1f4a7..2415d84526111db42abbf808f6a2091fc19bf6d7 100644 (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);
                 }