summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/afr/src
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/cluster/afr/src')
-rw-r--r--xlators/cluster/afr/src/afr.c5
1 files changed, 0 insertions, 5 deletions
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