Skip to content

Commit

Permalink
Fix call to log_warning_msg. Thanks to Bradley Smith <brad@brad-smith…
Browse files Browse the repository at this point in the history
….co.uk>.

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
  • Loading branch information
lamby committed Jun 23, 2008
1 parent 28d1765 commit 2a2e620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/live-bottom/14locales
Expand Up @@ -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
Expand Down

0 comments on commit 2a2e620

Please sign in to comment.