* commit 'ceb1c5cdf0e484f7c2763b3c4ac1fe8b39a55be6': toolbox-ls: re-introduce clobbered error message
This commit is contained in:
commit
05bfe7fb95
1 changed files with 1 additions and 0 deletions
|
|
@ -316,6 +316,7 @@ static int listfile(const char *dirname, const char *filename, int flags)
|
||||||
}
|
}
|
||||||
|
|
||||||
if(lstat(pathname, &s) < 0) {
|
if(lstat(pathname, &s) < 0) {
|
||||||
|
fprintf(stderr, "lstat '%s' failed: %s\n", pathname, strerror(errno));
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue