[SCM] debian-live branch, master, updated. 1.130.1-3-40-g1d8d3e8

Chris Lamb chris at chris-lamb.co.uk
Mon Jun 23 21:59:25 UTC 2008


The following commit has been merged in the master branch:
commit 1d8d3e8d03ae96047d844939737e065ecec28ad1
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Mon Jun 23 22:54:31 2008 +0100

    Fix call to log_warning_msg. Thanks to Bradley Smith <brad at brad-smith.co.uk>.
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

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

-- 
debian-live



More information about the debian-live-changes mailing list