]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
dracut-functions: dinfo() on missing firmware, rather than dwarning()
authorHarald Hoyer <harald@redhat.com>
Thu, 5 Nov 2009 12:35:44 +0000 (13:35 +0100)
committerHarald Hoyer <harald@redhat.com>
Thu, 5 Nov 2009 16:06:26 +0000 (17:06 +0100)
dracut-functions

index 499c092d40d7f4879935990ab1fdaa052d68eb18..331b723c6a9bc2393f5cc5a0ca5e1fadeca34c09 100755 (executable)
@@ -417,7 +417,7 @@ install_kmod_with_fw() {
            fi
        done
        if [[ $found != yes ]]; then
-           dwarning "Possible missing firmware ${fw} for module ${mod}.ko"
+           dinfo "Possible missing firmware ${fw} for module ${mod}.ko"
        fi
     done
 }