diff options
author | Manikandan Selvaganesh <mselvaga@redhat.com> | 2016-07-18 15:17:49 +0530 |
---|---|---|
committer | Jeff Darcy <jdarcy@redhat.com> | 2016-08-17 09:53:07 -0700 |
commit | 4b01d6ea8da137f23a4372df35fcbd5dbec21d09 (patch) | |
tree | 9fe6e514919f255f00f83946fddd68a2fb577b82 | |
parent | 59186114f9545fda529368ee26c3cd3d88a80751 (diff) |
quota: change the log level from warning to info
Change-Id: Icac7d87bb6c5ecc813528690e03c821bbe3789b5
BUG: 1357463
Signed-off-by: Manikandan Selvaganesh <mselvaga@redhat.com>
Reviewed-on: http://review.gluster.org/14940
CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
Smoke: Gluster Build System <jenkins@build.gluster.org>
Reviewed-by: Prashanth Pai <ppai@redhat.com>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
-rw-r--r-- | xlators/features/quota/src/quota.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/quota/src/quota.c b/xlators/features/quota/src/quota.c index 7091a3c9156..06007fb0aff 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)); |