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:
parent
a104a017fc
commit
f8003e07f9
@ -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…
x
Reference in New Issue
Block a user