diff options
-rw-r--r-- | extra/locale/gen_wctype.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |