mirror of
https://github.com/postgres/postgres.git
synced 2026-07-15 20:52:53 -04:00
Improve error message
This commit is contained in:
parent
a104a017fc
commit
f8003e07f9
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Reference in a new issue