diff options
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)  | 
