1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-22 23:02:54 +03:00

Improve error message

This commit is contained in:
Peter Eisentraut 2016-02-04 20:41:32 -05:00
parent a104a017fc
commit f8003e07f9

View File

@ -4465,7 +4465,7 @@ SelectConfigFiles(const char *userDoption, const char *progname)
if (configdir && stat(configdir, &stat_buf) != 0)
{
write_stderr("%s: could not access \"%s\": %s\n",
write_stderr("%s: could not access directory \"%s\": %s\n",
progname,
configdir,
strerror(errno));