Fix call to log_warning_msg. Thanks to Bradley Smith <brad@brad-smith.co.uk>.
authorChris Lamb <chris@chris-lamb.co.uk>
Mon, 23 Jun 2008 21:54:31 +0000 (22:54 +0100)
committerDaniel Baumann <daniel@debian.org>
Wed, 9 Mar 2011 16:48:00 +0000 (17:48 +0100)
scripts/live-bottom/14locales

index db26f0b..94e3cf2 100755 (executable)
@@ -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