diff options
Diffstat (limited to 'xlators/protocol/client/src/client3_1-fops.c')
| -rw-r--r-- | xlators/protocol/client/src/client3_1-fops.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/protocol/client/src/client3_1-fops.c b/xlators/protocol/client/src/client3_1-fops.c index c4164a95b21..224a26dc79d 100644 --- a/xlators/protocol/client/src/client3_1-fops.c +++ b/xlators/protocol/client/src/client3_1-fops.c @@ -1049,7 +1049,7 @@ client3_1_getxattr_cbk (struct rpc_req *req, struct iovec *iov, int count,  out:          if (rsp.op_ret == -1) { -                gf_log (this->name, ((op_errno == ENOTSUP) ? +                gf_log (this->name, (((op_errno == ENOTSUP) || (op_errno == ENODATA)) ?                                       GF_LOG_DEBUG : GF_LOG_WARNING),                          "remote operation failed: %s. Path: %s (%s). Key: %s",                          strerror (op_errno),  | 
