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) 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, progname,
configdir, configdir,
strerror(errno)); strerror(errno));