infra: qiet harmless stat error

This commit is contained in:
Thomas Schoebel-Theuer 2012-12-11 12:32:26 +01:00 committed by Thomas Schoebel-Theuer
parent b7c7e9b854
commit ab7766e829
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ int get_inode(char *newpath, struct mars_dent *dent)
status = vfs_lstat(newpath, &tmp);
if (status < 0) {
MARS_ERR("cannot stat '%s', status = %d\n", newpath, status);
MARS_WRN("cannot stat '%s', status = %d\n", newpath, status);
goto done;
}