Commit f8003e07 authored by Peter Eisentraut's avatar Peter Eisentraut

Improve error message

parent a104a017
......@@ -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));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment