diff options
author | Junaid <junaid@gluster.com> | 2011-06-30 00:46:20 +0000 |
---|---|---|
committer | Anand Avati <avati@gluster.com> | 2011-06-30 02:59:13 -0700 |
commit | 41650a8c03ad86bcebe8c595ab9e7f13ec899a4f (patch) | |
tree | 7e12683e1e02ed2f6d76d263ad01d6ec4903e97c /xlators/features/marker/src | |
parent | 7388f9f5910c0c69039a1476d902b48dda98b394 (diff) |
features/marker-quota: Change the log-level of gf_log to debug in quota_inodelk_cbk().
Signed-off-by: Junaid <junaid@gluster.com>
Signed-off-by: Anand Avati <avati@gluster.com>
BUG: 2473 (Support for volume and directory level quota)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2473
Diffstat (limited to 'xlators/features/marker/src')
-rw-r--r-- | xlators/features/marker/src/marker-quota.c | 3 |
1 files changed, 1 insertions, 2 deletions
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); |