diff options
author | Mohamed Ashiq Liyazudeen <mliyazud@redhat.com> | 2015-06-30 14:47:22 +0530 |
---|---|---|
committer | Pranith Kumar Karampuri <pkarampu@redhat.com> | 2015-07-09 00:22:20 -0700 |
commit | 9384a824041aeef0e58644cc9fe71dc7fa13eb35 (patch) | |
tree | cd48b79bdd98b1a12bd9e88d575066afee659fd7 /libglusterfs/src/common-utils.h | |
parent | 32207db25eea821dfb1abd033df1013d4b8fc622 (diff) |
libglusterfs removing strerror in logging
Change-Id: I8a0f40834da1151ddaef6139af3782bc076df57e
BUG: 1194640
Signed-off-by: Mohamed Ashiq Liyazudeen <mliyazud@redhat.com>
Reviewed-on: http://review.gluster.org/11464
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Tested-by: NetBSD Build System <jenkins@build.gluster.org>
Reviewed-by: Pranith Kumar Karampuri <pkarampu@redhat.com>
Diffstat (limited to 'libglusterfs/src/common-utils.h')
-rw-r--r-- | libglusterfs/src/common-utils.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libglusterfs/src/common-utils.h b/libglusterfs/src/common-utils.h index 86ea42ee849..3699051f36c 100644 --- a/libglusterfs/src/common-utils.h +++ b/libglusterfs/src/common-utils.h @@ -294,8 +294,7 @@ int gf_set_log_ident (cmd_args_t *cmd_args); gf_msg (this->name, GF_LOG_ERROR, op_errno, \ LG_MSG_NO_PERM, \ "attempt to remove internal " \ - "xattr: %s: %s", key, \ - strerror (op_errno)); \ + "xattr: %s", key); \ goto label; \ } \ } while (0) |