mirror of
https://github.com/systemd/systemd.git
synced 2025-01-14 23:24:38 +03:00
core: downgrade "Module inserted" message for kmod to DEBUG
Closes #919.
This commit is contained in:
parent
ef7051360a
commit
149730fc75
@ -112,7 +112,7 @@ int kmod_setup(void) {
|
|||||||
|
|
||||||
r = kmod_module_probe_insert_module(mod, KMOD_PROBE_APPLY_BLACKLIST, NULL, NULL, NULL, NULL);
|
r = kmod_module_probe_insert_module(mod, KMOD_PROBE_APPLY_BLACKLIST, NULL, NULL, NULL, NULL);
|
||||||
if (r == 0)
|
if (r == 0)
|
||||||
log_info("Inserted module '%s'", kmod_module_get_name(mod));
|
log_debug("Inserted module '%s'", kmod_module_get_name(mod));
|
||||||
else if (r == KMOD_PROBE_APPLY_BLACKLIST)
|
else if (r == KMOD_PROBE_APPLY_BLACKLIST)
|
||||||
log_info("Module '%s' is blacklisted", kmod_module_get_name(mod));
|
log_info("Module '%s' is blacklisted", kmod_module_get_name(mod));
|
||||||
else {
|
else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user