diff options
| -rw-r--r-- | libglusterfs/src/inode.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/libglusterfs/src/inode.c b/libglusterfs/src/inode.c index a8354464346..d81fa6183d7 100644 --- a/libglusterfs/src/inode.c +++ b/libglusterfs/src/inode.c @@ -1031,8 +1031,8 @@ inode_path (inode_t *inode, const char *name, char **bufp)                  if ((inode->ino != 1) &&                      (i == 0)) {                          gf_log (table->name, GF_LOG_WARNING, -                                "no dentry for non-root inode %"PRId64, -                                inode->ino); +                                "no dentry for non-root inode %"PRId64": %s", +                                inode->ino, uuid_utoa (inode->gfid));                          ret = -ENOENT;                          goto unlock;                  }  | 
