From: Chris Lamb Date: Mon, 23 Jun 2008 21:54:31 +0000 (+0100) Subject: Fix call to log_warning_msg. Thanks to Bradley Smith . X-Git-Tag: debian/2.0.15-1~511 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=f9cd00dc0b8146d1f71777f33dcfac0efdd84121;p=live-boot-grml.git Fix call to log_warning_msg. Thanks to Bradley Smith . --- diff --git a/scripts/live-bottom/14locales b/scripts/live-bottom/14locales index db26f0b..94e3cf2 100755 --- a/scripts/live-bottom/14locales +++ b/scripts/live-bottom/14locales @@ -93,7 +93,7 @@ EOF if [ -z "${LANG}" ] then - log_warning_message "Locale ${locale} is unsupported." + log_warning_msg "Locale ${locale} is unsupported." locale="en_US.UTF-8" LANG="${locale}" fi