Fix call to log_warning_msg. Thanks to Bradley Smith <brad@brad-smith.co.uk>.
[live-boot-grml.git] / 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