dracut-functions: only "dinfo" about missing optioal dracut_install
authorHarald Hoyer <harald@redhat.com>
Fri, 22 Jul 2011 12:18:23 +0000 (14:18 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 22 Jul 2011 12:20:27 +0000 (14:20 +0200)
dracut-functions

index e3e0392..cdb1964 100755 (executable)
@@ -489,7 +489,7 @@ dracut_install() {
     while (($# > 0)); do
         if ! inst "$1" ; then
             if [[ $_optional = yes ]]; then
-                dwarn "Skipping program $1 as it cannot be found and is" \
+                dinfo "Skipping program $1 as it cannot be found and is" \
                     "flagged to be optional"
             else
                 dfatal "Failed to install $1"