From 0d9446016975098e33d618a6e37a6477108dabd6 Mon Sep 17 00:00:00 2001 From: yura Date: Mon, 17 Jul 2006 11:55:29 +0000 Subject: [PATCH] be bit more verbose --- libntfs/dir.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libntfs/dir.c b/libntfs/dir.c index 6eb6d082..a7ea2a25 100644 --- a/libntfs/dir.c +++ b/libntfs/dir.c @@ -1530,6 +1530,8 @@ search: ntfs_attr_reinit_search_ctx(actx); goto search; } + ntfs_log_error("Failed to find requested filename in FILE_NAME " + "attributes that belong to this inode.\n"); goto err_out; } /* If deleting directory check it to be empty. */