chiark / gitweb /
vconsole-setup: fix vconsole.conf vs. cmdline overriding logic
[elogind.git] / src / modules-load / modules-load.c
index 88b1261494182e072b27b4bc5993aebc3591442b..9ee260302e123602226ee0beacfd94e8ed79c187 100644 (file)
@@ -34,6 +34,7 @@
 #include "strv.h"
 #include "conf-files.h"
 #include "virt.h"
+#include "fileio.h"
 
 static char **arg_proc_cmdline_modules = NULL;
 
@@ -147,7 +148,7 @@ static int load_module(struct kmod_ctx *ctx, const char *m) {
                         break;
 
                 case KMOD_MODULE_LIVE:
-                        log_info("Module '%s' is already loaded", kmod_module_get_name(mod));
+                        log_debug("Module '%s' is already loaded", kmod_module_get_name(mod));
                         break;
 
                 default: