Blame 0019-dracut-functions-only-dinfo-about-missing-optioal-dr.patch

Harald Hoyer 428fde
From a4c235ed3acd1c4cffcbda81efc8dc18f4ef01c7 Mon Sep 17 00:00:00 2001
Harald Hoyer 428fde
From: Harald Hoyer <harald@redhat.com>
Harald Hoyer 428fde
Date: Fri, 22 Jul 2011 14:18:23 +0200
Harald Hoyer 428fde
Subject: [PATCH] dracut-functions: only "dinfo" about missing optioal
Harald Hoyer 428fde
 dracut_install
Harald Hoyer 428fde
Harald Hoyer 428fde
---
Harald Hoyer 428fde
 dracut-functions |    2 +-
Harald Hoyer 428fde
 1 files changed, 1 insertions(+), 1 deletions(-)
Harald Hoyer 428fde
Harald Hoyer 428fde
diff --git a/dracut-functions b/dracut-functions
Harald Hoyer 428fde
index e3e0392..cdb1964 100755
Harald Hoyer 428fde
--- a/dracut-functions
Harald Hoyer 428fde
+++ b/dracut-functions
Harald Hoyer 428fde
@@ -489,7 +489,7 @@ dracut_install() {
Harald Hoyer 428fde
     while (($# > 0)); do
Harald Hoyer 428fde
         if ! inst "$1" ; then
Harald Hoyer 428fde
             if [[ $_optional = yes ]]; then
Harald Hoyer 428fde
-                dwarn "Skipping program $1 as it cannot be found and is" \
Harald Hoyer 428fde
+                dinfo "Skipping program $1 as it cannot be found and is" \
Harald Hoyer 428fde
                     "flagged to be optional"
Harald Hoyer 428fde
             else
Harald Hoyer 428fde
                 dfatal "Failed to install $1"