From cadddb83ff025f5de85c170e062f91010b99a46a Mon Sep 17 00:00:00 2001
From: Mike Frysinger <vapier@gentoo.org>
Date: Mon, 26 Jun 2006 20:22:09 +0000
Subject: if we cannot generate a locale, be a bit more specific in telling the
 user we are skipping it

---
 extra/locale/gen_wctype.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'extra/locale')

diff --git a/extra/locale/gen_wctype.c b/extra/locale/gen_wctype.c
index 6db285e3a..06cf7b8a9 100644
--- a/extra/locale/gen_wctype.c
+++ b/extra/locale/gen_wctype.c
@@ -279,7 +279,7 @@ int main(int argc, char **argv)
 
 	while (--argc) {
 		if (!setlocale(LC_CTYPE, *++argv)) {
-			printf("setlocale(LC_CTYPE,%s) failed!\n", *argv);
+			printf("setlocale(LC_CTYPE,%s) failed!  Skipping this locale...\n", *argv);
 			continue;
 		}
 
-- 
cgit v1.2.3