]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
dracut-install: fixed typo
authorHarald Hoyer <harald@redhat.com>
Thu, 10 Aug 2017 07:19:34 +0000 (09:19 +0200)
committerHarald Hoyer <harald@redhat.com>
Thu, 10 Aug 2017 07:20:35 +0000 (09:20 +0200)
install/dracut-install.c

index e126cb65ef8d399f6da72fecb36ae45861ec5921..cf56667c485f63d7cf4fee37f3da4c7bb3b38a72 100644 (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;
         }