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)
|
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));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user