diff options
author | robi <robi> | 2010-06-26 15:31:51 +0000 |
---|---|---|
committer | robi <robi> | 2010-06-26 15:31:51 +0000 |
commit | e29fee3c1d558a4449808d86731819cc52fdaf31 (patch) | |
tree | 71786f983ea690385ddaeeaf91aa1c90d2bb99c1 /src | |
parent | 14264f692000d068f1dc8b4853852f30a72a8517 (diff) |
Warning Message
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); } } |