diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lookup_local.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lookup_local.c b/src/lookup_local.c index d46fe53..d4c74a5 100644 --- a/src/lookup_local.c +++ b/src/lookup_local.c @@ -484,7 +484,7 @@ void list_dir2(ext2_ino_t ino, struct ext2_inode *inode) if (options & DELETED_OPT ) flags |= DIRENT_FLAG_INCLUDE_REMOVED; retval = local_dir_iterate3(current_fs,ino, inode, flags,0, find_dir_proc, &fl); if (retval ) - fprintf(stderr,"Warning: ERROR %d can not found the file: %s\n", retval, path); + fprintf(stderr,"Warning: error-NR %d can not found file: %s/%s\n", retval, path, name); } } |