From 4b01d6ea8da137f23a4372df35fcbd5dbec21d09 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 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 --- 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 7091a3c915..06007fb0af 100644 --- a/xlators/features/quota/src/quota.c +++ b/xlators/features/quota/src/quota.c @@ -2198,7 +2198,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