From: Harald Hoyer Date: Wed, 26 May 2010 15:43:18 +0000 (+0200) Subject: dracut-functions: beautified warnings X-Git-Tag: 006~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ed8c7bf5c28ebe11f878443c2b21fd2695181ba0;p=thirdparty%2Fdracut.git dracut-functions: beautified warnings --- diff --git a/dracut-functions b/dracut-functions index fce5abbd9..a76cc2295 100755 --- a/dracut-functions +++ b/dracut-functions @@ -387,7 +387,7 @@ should_source_module() { "$1/check" $hostonly || return 1 for dep in $("$1/check" -d); do check_module_deps "$dep" && continue - dwarning "Cannot load $mod, dependencies failed." + dwarning "Cannot load dracut module \"$mod\", dependencies failed." return 1 done } @@ -435,7 +435,7 @@ install_kmod_with_fw() { fi done if [[ $found != yes ]]; then - dinfo "Possible missing firmware ${fw} for module ${mod}.ko" + dinfo "Possible missing firmware \"${fw}\" for kernel module \"${mod}.ko\"" fi done }