From a70e40021d1c22097a6049467c4b5297a68515f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Pierre=20Andr=C3=A9?= Date: Tue, 9 Nov 2010 09:41:00 +0100 Subject: [PATCH] Added detail to an error message to discriminate from a similar one --- libntfs-3g/dir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libntfs-3g/dir.c b/libntfs-3g/dir.c index 2372f3f8..9008a931 100644 --- a/libntfs-3g/dir.c +++ b/libntfs-3g/dir.c @@ -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. */