summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVarun Shastry <vshastry@redhat.com>2013-07-30 18:06:30 +0530
committerVarun Shastry <vshastry@redhat.com>2013-08-06 11:27:30 +0530
commit042fa421843a55e2e4c8849618799f066613411c (patch)
tree87128b023528254ccc045c7b0ffb12ee111ba730
parent31125705d4c198035f12f1c5cc23f1be2b9a17fe (diff)
features/quota: move the log to debug
Change-Id: I5304483baa39e8cbbdf8c3758ea8b1eff04ec22a Signed-off-by: Varun Shastry <vshastry@redhat.com>
-rw-r--r--xlators/features/quota/src/quota.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/quota/src/quota.c b/xlators/features/quota/src/quota.c
index 8e0e5208..9ad7f2b8 100644
--- a/xlators/features/quota/src/quota.c
+++ b/xlators/features/quota/src/quota.c
@@ -2041,7 +2041,7 @@ quota_send_dir_limit_to_cli (call_frame_t *frame, xlator_t *this,
if (ret < 0)
goto out;
- gf_log (this->name, GF_LOG_INFO, "str = %s", dir_limit);
+ gf_log (this->name, GF_LOG_DEBUG, "str = %s", dir_limit);
QUOTA_STACK_UNWIND (getxattr, frame, 0, 0, dict, NULL);