diff options
-rw-r--r-- | xlators/features/marker/src/marker-quota.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xlators/features/marker/src/marker-quota.c b/xlators/features/marker/src/marker-quota.c index 0c4a3a713fc..5f674774a02 100644 --- a/xlators/features/marker/src/marker-quota.c +++ b/xlators/features/marker/src/marker-quota.c @@ -1330,8 +1330,9 @@ mq_get_parent_inode_local (xlator_t *this, quota_local_t *local) local->ctx = ctx; if (list_empty (&ctx->contribution_head)) { - gf_log_callingfn (this->name, GF_LOG_ERROR, - "contribution node list is empty"); + gf_log_callingfn (this->name, GF_LOG_TRACE, + "contribution node list is empty which " + "is an error"); ret = -1; goto out; } |