Added detail to an error message to discriminate from a similar one

PERMISSION_HANDLING_BRANCH
Jean-Pierre André 2010-11-09 09:41:00 +01:00
parent 135cb75249
commit a70e40021d
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@ u64 ntfs_inode_lookup_by_name(ntfs_inode *dir_ni,
ntfs_attr_put_search_ctx(ctx);
if (mref)
return mref;
ntfs_log_debug("Entry not found.\n");
ntfs_log_debug("Entry not found - between root entries.\n");
errno = ENOENT;
return -1;
} /* Child node present, descend into it. */