From f9cd00dc0b8146d1f71777f33dcfac0efdd84121 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Mon, 23 Jun 2008 22:54:31 +0100 Subject: [PATCH] Fix call to log_warning_msg. Thanks to Bradley Smith . --- scripts/live-bottom/14locales | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.1.4