From ed25fb0e919e3b90cff26e814cee16b2b13abbd3 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 10 Aug 2017 09:19:34 +0200 Subject: [PATCH] dracut-install: fixed typo --- install/dracut-install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.47.2