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 80281bca0..e6d7e60c2 100644 --- a/xlators/protocol/client/src/client3_1-fops.c +++ b/xlators/protocol/client/src/client3_1-fops.c @@ -228,7 +228,7 @@ client3_1_mknod_cbk (struct rpc_req *req, struct iovec *iov, int count,  out:          frame->local = NULL;          if (rsp.op_ret == -1) { -                gf_log (this->name, GF_LOG_INFO, "remote operation failed: %s", +                gf_log (this->name, GF_LOG_ERROR, "remote operation failed: %s",                          strerror (gf_error_to_errno (rsp.op_errno)));          }          STACK_UNWIND_STRICT (mknod, frame, rsp.op_ret,  | 
