]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
i18n/install: s/dwarn/dwarning/
authorHarald Hoyer <harald@redhat.com>
Fri, 29 Oct 2010 12:00:13 +0000 (14:00 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 29 Oct 2010 12:00:13 +0000 (14:00 +0200)
modules.d/10i18n/install

index 2ed89835b623be2fc4eb585eed0b11c647ac6a80..f57956b4eac3038a79e3a0b44c23e859ff48b618 100755 (executable)
@@ -181,7 +181,7 @@ checks() {
 
     [[ -f $I18N_CONF && -f $VCONFIG_CONF ]] || \
     [[ ! ${hostonly} || ${i18n_vars} ]] || {
-        dwarn 'Please set up i18n_vars in configuration file.'
+        dwarning 'Please set up i18n_vars in configuration file.'
     }
 }