From 042fa421843a55e2e4c8849618799f066613411c Mon Sep 17 00:00:00 2001 From: Varun Shastry Date: Tue, 30 Jul 2013 18:06:30 +0530 Subject: features/quota: move the log to debug Change-Id: I5304483baa39e8cbbdf8c3758ea8b1eff04ec22a Signed-off-by: Varun Shastry --- xlators/features/quota/src/quota.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit