mirror of
https://github.com/postgres/postgres.git
synced 2025-08-15 14:02:29 +03:00
Small message fixes
This commit is contained in:
@@ -2548,7 +2548,7 @@ check_locale_name(int category, const char *locale, char **canonname)
|
||||
save = setlocale(category, NULL);
|
||||
if (!save)
|
||||
{
|
||||
fprintf(stderr, _("%s: setlocale failed\n"),
|
||||
fprintf(stderr, _("%s: setlocale() failed\n"),
|
||||
progname);
|
||||
exit(1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user