diff options
Diffstat (limited to 'xlators/protocol/client/src/client3_1-fops.c')
| -rw-r--r-- | xlators/protocol/client/src/client3_1-fops.c | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/xlators/protocol/client/src/client3_1-fops.c b/xlators/protocol/client/src/client3_1-fops.c index fe58786f78d..2d5e621d449 100644 --- a/xlators/protocol/client/src/client3_1-fops.c +++ b/xlators/protocol/client/src/client3_1-fops.c @@ -2216,9 +2216,8 @@ client3_1_lookup_cbk (struct rpc_req *req, struct iovec *iov, int count,                  ret = dict_unserialize (buf, rsp.dict.dict_len, &xattr);                  if (ret < 0) {                          gf_log (frame->this->name, GF_LOG_WARNING, -                                "%s (%"PRId64"): failed to " -                                "unserialize dictionary", -                                local->loc.path, inode->ino); +                                "%s (%s): failed to unserialize dictionary", +                                local->loc.path, uuid_utoa (inode->gfid));                          op_errno = EINVAL;                          goto out;                  }  | 
