From 41650a8c03ad86bcebe8c595ab9e7f13ec899a4f Mon Sep 17 00:00:00 2001 From: Junaid Date: Thu, 30 Jun 2011 00:46:20 +0000 Subject: features/marker-quota: Change the log-level of gf_log to debug in quota_inodelk_cbk(). Signed-off-by: Junaid Signed-off-by: Anand Avati BUG: 2473 (Support for volume and directory level quota) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2473 --- xlators/features/marker/src/marker-quota.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'xlators/features/marker') diff --git a/xlators/features/marker/src/marker-quota.c b/xlators/features/marker/src/marker-quota.c index 1872937a79a..7518f325317 100644 --- a/xlators/features/marker/src/marker-quota.c +++ b/xlators/features/marker/src/marker-quota.c @@ -1162,8 +1162,7 @@ quota_inodelk_cbk (call_frame_t *frame, void *cookie, local = frame->local; if (op_ret == -1 || local->err) { - gf_log (this->name, ((op_errno == ENOENT) ? GF_LOG_DEBUG : - GF_LOG_INFO), + gf_log (this->name, GF_LOG_DEBUG, "lock setting failed (%s)", strerror (op_errno)); xattr_updation_done (frame, NULL, this, 0, 0, NULL); -- cgit