From: Harald Hoyer Date: Thu, 10 Aug 2017 07:19:34 +0000 (+0200) Subject: dracut-install: fixed typo X-Git-Tag: 046~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ed25fb0e919e3b90cff26e814cee16b2b13abbd3;p=thirdparty%2Fdracut.git dracut-install: fixed typo --- diff --git a/install/dracut-install.c b/install/dracut-install.c index e126cb65e..cf56667c4 100644 --- a/install/dracut-install.c +++ b/install/dracut-install.c @@ -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; }