modules-load: there's really no point in mentioning that a certain modules is already loaded

After all, this runs in parallel to udev, so there's quite a chance it
already is....
This commit is contained in:
Lennart Poettering 2013-03-26 03:13:41 +01:00
parent 62cfa9da28
commit b56c267ffb

View 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: