chiark / gitweb /
modules-load: there's really no point in mentioning that a certain modules is already...
[elogind.git] / src / modules-load / modules-load.c
index 28b53ec7a3b71a1d7d151ed9f54f2cb7d0fdcba9..9ee260302e123602226ee0beacfd94e8ed79c187 100644 (file)
@@ -148,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: