diff options
author | Pranith Kumar K <pranithk@gluster.com> | 2011-06-06 03:22:00 +0000 |
---|---|---|
committer | Anand Avati <avati@gluster.com> | 2011-06-08 03:03:08 -0700 |
commit | 3589a379f0274c4c2abf683f6c5c69c7fa70b187 (patch) | |
tree | a431be00978cf91bdd58cb0a6092c6a158c564f8 /xlators | |
parent | 05c4dced826b80ad3e6f2f24125ae7643394f171 (diff) |
protocol/client: Change log level of error to GF_LOG_ERROR
Signed-off-by: Pranith Kumar K <pranithk@gluster.com>
Signed-off-by: Anand Avati <avati@gluster.com>
BUG: 2986 (Failed operations should should be logged `E' or `W')
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2986
Diffstat (limited to 'xlators')
-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 f1f6bd0a4..4195811f7 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, |