dracut-install: fixed typo

master
Harald Hoyer 2017-08-10 09:19:34 +02:00
parent c2408eed7f
commit ed25fb0e91
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}