From 30ed04dc49305f3c0f87ff6010f2fdeb816fbdcc Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Thu, 18 May 2017 15:49:27 -0400 Subject: cluster/afr: Remove debug logs in fix_quorum_options() Change-Id: Id019b0c6425849eece8a9aba7acec9a521dfb10b BUG: 1452378 Signed-off-by: Vijay Bellur Reviewed-on: https://review.gluster.org/17335 Smoke: Gluster Build System NetBSD-regression: NetBSD Build System Reviewed-by: Jeff Darcy CentOS-regression: Gluster Build System --- xlators/cluster/afr/src/afr.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'xlators/cluster') diff --git a/xlators/cluster/afr/src/afr.c b/xlators/cluster/afr/src/afr.c index 17b34822c17..14805c2c007 100644 --- a/xlators/cluster/afr/src/afr.c +++ b/xlators/cluster/afr/src/afr.c @@ -90,9 +90,6 @@ fix_quorum_options (xlator_t *this, afr_private_t *priv, char *qtype, dict_t *options) { - gf_log (this->name, GF_LOG_INFO, - "reindeer: incoming qtype = %s", qtype); - if (dict_get (options, "quorum-type") == NULL) { /* If user doesn't configure anything enable auto-quorum if the * replica has more than two subvolumes */ @@ -112,8 +109,6 @@ fix_quorum_options (xlator_t *this, afr_private_t *priv, char *qtype, priv->quorum_count = AFR_QUORUM_AUTO; } - gf_log (this->name, GF_LOG_INFO, - "reindeer: quorum_count = %d", priv->quorum_count); } int -- cgit