diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-06-23 22:54:31 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:48:00 +0100 |
commit | f9cd00dc0b8146d1f71777f33dcfac0efdd84121 (patch) | |
tree | a7231091cf23c98f01658f00fbfbac44679a45cc | |
parent | 1d2375f115cabb543f6a2cf250c6331aff249ada (diff) | |
download | live-boot-f9cd00dc0b8146d1f71777f33dcfac0efdd84121.tar.gz live-boot-f9cd00dc0b8146d1f71777f33dcfac0efdd84121.zip |
Fix call to log_warning_msg. Thanks to Bradley Smith <brad@brad-smith.co.uk>.
-rwxr-xr-x | scripts/live-bottom/14locales | 2 |
1 files changed, 1 insertions, 1 deletions
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 |