am 7139b0c7: Merge "toolbox-ls: re-introduce clobbered error message"

* commit '7139b0c7f8b3c86c866096cb8621a0d866af1614':
  toolbox-ls: re-introduce clobbered error message
This commit is contained in:
Nick Kralevich 2014-01-02 21:18:04 -08:00 committed by Android Git Automerger
commit 49264407de

View file

@ -316,6 +316,7 @@ static int listfile(const char *dirname, const char *filename, int flags)
}
if(lstat(pathname, &s) < 0) {
fprintf(stderr, "lstat '%s' failed: %s\n", pathname, strerror(errno));
return -1;
}