summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Bellur <vbellur@redhat.com>2013-08-11 11:49:02 +0530
committerKrishnan Parthasarathi <kparthas@redhat.com>2013-08-12 00:48:15 +0530
commita959fb15a6121ffbeaf6ef8a31a2165164ee4540 (patch)
tree28a192907a0fcd9647e193ece051cc40c5c179bb
parent6fa17855dbcf2388164ebe6e7d1e0ef4618d47b6 (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;
}