mirror of
https://github.com/systemd/systemd.git
synced 2025-03-19 22:50:17 +03: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:
parent
62cfa9da28
commit
b56c267ffb
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user