svn commit: trunk/uClibc/extra/locale

vapier at uclibc.org vapier at uclibc.org
Mon Jun 26 20:22:10 UTC 2006


Author: vapier
Date: 2006-06-26 13:22:09 -0700 (Mon, 26 Jun 2006)
New Revision: 15517

Log:
if we cannot generate a locale, be a bit more specific in telling the user we are skipping it

Modified:
   trunk/uClibc/extra/locale/gen_wctype.c


Changeset:
Modified: trunk/uClibc/extra/locale/gen_wctype.c
===================================================================
--- trunk/uClibc/extra/locale/gen_wctype.c	2006-06-26 20:20:11 UTC (rev 15516)
+++ trunk/uClibc/extra/locale/gen_wctype.c	2006-06-26 20:22:09 UTC (rev 15517)
@@ -279,7 +279,7 @@
 
 	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;
 		}
 




More information about the uClibc-cvs mailing list