From b0a7016a7928a14a373dfda933ef17b70eb406b8 Mon Sep 17 00:00:00 2001 From: Manikandan Selvaganesh Date: Mon, 18 Jul 2016 15:17:49 +0530 Subject: quota: change the log level from warning to info This is a backport of http://review.gluster.org/#/c/14940/ > Change-Id: Icac7d87bb6c5ecc813528690e03c821bbe3789b5 > BUG: 1357463 > Signed-off-by: Manikandan Selvaganesh > Reviewed-on: http://review.gluster.org/14940 > CentOS-regression: Gluster Build System > Smoke: Gluster Build System > Reviewed-by: Prashanth Pai > NetBSD-regression: NetBSD Build System > Reviewed-by: Vijay Bellur Change-Id: I4c4afb0d32b3bce764a4eb88f8d403f4dad10d8f BUG: 1368927 Signed-off-by: Manikandan Selvaganesh Reviewed-on: http://review.gluster.org/15229 Smoke: Gluster Build System CentOS-regression: Gluster Build System NetBSD-regression: NetBSD Build System Reviewed-by: Raghavendra G --- 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 8b8bdbb556b..dd7bf809e21 100644 --- a/xlators/features/quota/src/quota.c +++ b/xlators/features/quota/src/quota.c @@ -2197,7 +2197,7 @@ quota_unlink_cbk (call_frame_t *frame, void *cookie, xlator_t *this, ctx = (quota_inode_ctx_t *)(unsigned long)value; if (ctx == NULL) { - gf_msg (this->name, GF_LOG_WARNING, EINVAL, + gf_msg (this->name, GF_LOG_INFO, EINVAL, Q_MSG_INODE_CTX_GET_FAILED, "quota context not set inode (gfid:%s)", uuid_utoa (local->loc.inode->gfid)); -- cgit