From a959fb15a6121ffbeaf6ef8a31a2165164ee4540 Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Sun, 11 Aug 2013 11:49:02 +0530 Subject: features/marker: reduce severity of an annoying log. Change-Id: If65129812b10afc19a22b2b0c468b53043bde1db BUG: 969461 --- xlators/features/marker/src/marker-quota.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xlators/features/marker/src/marker-quota.c b/xlators/features/marker/src/marker-quota.c index 6b5f7f86..db10586c 100644 --- a/xlators/features/marker/src/marker-quota.c +++ b/xlators/features/marker/src/marker-quota.c @@ -2567,8 +2567,8 @@ mq_reduce_parent_size (xlator_t *this, loc_t *loc, int64_t contri) } if (local->size == 0) { - gf_log_callingfn (this->name, GF_LOG_INFO, "local->size is 0 " - "path: (%s)", loc->path); + gf_log_callingfn (this->name, GF_LOG_TRACE, + "local->size is 0 " "path: (%s)", loc->path); ret = 0; goto out; } -- cgit