dracut-install: fixed typo
parent
c2408eed7f
commit
ed25fb0e91
|
@ -1278,7 +1278,7 @@ static int install_module(struct kmod_module *mod)
|
|||
return 0;
|
||||
|
||||
if (!check_module_path(path) || !check_module_symbols(mod)) {
|
||||
log_debug("No symbol or patch match for '%s'", path);
|
||||
log_debug("No symbol or path match for '%s'", path);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue