diff options
Diffstat (limited to 'xlators/protocol/client/src/client3_1-fops.c')
| -rw-r--r-- | xlators/protocol/client/src/client3_1-fops.c | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/xlators/protocol/client/src/client3_1-fops.c b/xlators/protocol/client/src/client3_1-fops.c index 1878d303b3b..1b355c22d22 100644 --- a/xlators/protocol/client/src/client3_1-fops.c +++ b/xlators/protocol/client/src/client3_1-fops.c @@ -1104,7 +1104,9 @@ 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) || (op_errno == ENODATA)) ? +                gf_log (this->name, (((op_errno == ENOTSUP) || +                                      (op_errno == ENODATA) || +                                      (op_errno == ENOENT)) ?                                       GF_LOG_DEBUG : GF_LOG_WARNING),                          "remote operation failed: %s. Path: %s (%s). Key: %s",                          strerror (op_errno),  | 
