summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/common-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfs/src/common-utils.h')
-rw-r--r--libglusterfs/src/common-utils.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libglusterfs/src/common-utils.h b/libglusterfs/src/common-utils.h
index 67728350508..9c197aa67e4 100644
--- a/libglusterfs/src/common-utils.h
+++ b/libglusterfs/src/common-utils.h
@@ -300,8 +300,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)