diff options
Diffstat (limited to 'xlators/features/marker/src/marker-quota.c')
| -rw-r--r-- | xlators/features/marker/src/marker-quota.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/marker/src/marker-quota.c b/xlators/features/marker/src/marker-quota.c index acc13dfee38..8a56dcbbc5a 100644 --- a/xlators/features/marker/src/marker-quota.c +++ b/xlators/features/marker/src/marker-quota.c @@ -912,7 +912,7 @@ quota_inodelk_cbk (call_frame_t *frame, void *cookie,          if (op_ret == -1 || local->err) {                  gf_log (this->name, ((op_errno == ENOENT) ? GF_LOG_DEBUG :                                       GF_LOG_INFO), -                        "lock setting failed"); +                        "lock setting failed (%s)", strerror (op_errno));                  xattr_updation_done (frame, NULL, this, 0, 0, NULL);                  return 0;  | 
