mirror of
https://github.com/systemd/systemd.git
synced 2026-08-03 06:30:30 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user