aboutsummaryrefslogtreecommitdiff
path: root/localedata/tst-numeric.c
diff options
context:
space:
mode:
Diffstat (limited to 'localedata/tst-numeric.c')
-rw-r--r--localedata/tst-numeric.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/localedata/tst-numeric.c b/localedata/tst-numeric.c
index 86e6533f01..9d3c91d155 100644
--- a/localedata/tst-numeric.c
+++ b/localedata/tst-numeric.c
@@ -51,7 +51,7 @@ main (int argc, char *argv[])
if (setlocale (LC_ALL, argv[1]) == NULL)
{
- perror ("setlocale");
+ fprintf (stderr, "setlocale(LC_ALL, \"%s\"): %m\n", argv[1]);
exit (EXIT_SETLOCALE);
}