summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Bellur <vbellur@redhat.com>2013-08-11 11:49:02 +0530
committerVijay Bellur <vbellur@redhat.com>2013-08-11 11:49:26 +0530
commitab93371991c7ca8185e918b5bd4d148b3371591b (patch)
tree0edd37f5b5ab26dea59481622955e151d995a72d
parentde91c3a68c8b6dd7f9c520001304cd514d5e28a0 (diff)
features/marker: reduce severity of an annoying log.
Change-Id: If65129812b10afc19a22b2b0c468b53043bde1db BUG: 969461
-rw-r--r--xlators/features/marker/src/marker-quota.c4
1 files 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;
}