summaryrefslogtreecommitdiff
path: root/modules.d/50gensplash
diff options
context:
space:
mode:
authorAmadeusz Żołnowski <aidecoe@aidecoe.name>2011-03-25 15:56:48 +0100
committerHarald Hoyer <harald@redhat.com>2011-03-25 16:22:05 +0100
commitd1ef3951f37679a70cd8579b46e3b65b916acfb4 (patch)
tree76af7b4a0d3a14c81cc48a8fc855109828281326 /modules.d/50gensplash
parente27770e10c3e7313d3e68ca0b9070b9af3cf69f5 (diff)
downloaddracut-d1ef3951f37679a70cd8579b46e3b65b916acfb4.tar.gz
dracut-d1ef3951f37679a70cd8579b46e3b65b916acfb4.tar.bz2
dracut-d1ef3951f37679a70cd8579b46e3b65b916acfb4.zip
modules.d: logging functions adjusted to dracut-logger
Diffstat (limited to 'modules.d/50gensplash')
-rwxr-xr-xmodules.d/50gensplash/module-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules.d/50gensplash/module-setup.sh b/modules.d/50gensplash/module-setup.sh
index cdcdabd2..c34413e0 100755
--- a/modules.d/50gensplash/module-setup.sh
+++ b/modules.d/50gensplash/module-setup.sh
@@ -24,7 +24,7 @@ install() {
'
for line in ${out}; do
if [[ ${line} =~ ^Warning ]]; then
- dwarning "${line}"
+ dwarn "${line}"
else
derror "${line}"
(( ret == 0 )) && ret=1