Added detail to an error message to discriminate from a similar one
parent
135cb75249
commit
a70e40021d
|
@ -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. */
|
||||
|
|
Loading…
Reference in New Issue