From 2a2e620559741760ecf7b0c7b69cbc9de4ca7a88 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 . Signed-off-by: Chris Lamb --- 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