summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/afr/src/afr-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/cluster/afr/src/afr-common.c')
-rw-r--r--xlators/cluster/afr/src/afr-common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/cluster/afr/src/afr-common.c b/xlators/cluster/afr/src/afr-common.c
index 7dafa0529fa..1e57ebb9d7c 100644
--- a/xlators/cluster/afr/src/afr-common.c
+++ b/xlators/cluster/afr/src/afr-common.c
@@ -2292,7 +2292,7 @@ afr_set_root_inode_on_first_lookup (afr_local_t *local, xlator_t *this,
goto out;
priv = this->private;
if ((priv->first_lookup)) {
- gf_log (this->name, GF_LOG_INFO, "added root inode");
+ gf_log (this->name, GF_LOG_DEBUG, "added root inode");
priv->root_inode = inode_ref (inode);
priv->first_lookup = 0;
}
@@ -2353,7 +2353,7 @@ afr_discovery_cbk (call_frame_t *frame, void *cookie, xlator_t *this,
*/
if (is_local) {
child_index = (int32_t)(long)cookie;
- gf_log (this->name, GF_LOG_INFO,
+ gf_log (this->name, GF_LOG_DEBUG,
"selecting local read_child %s",
priv->children[child_index]->name);
priv->read_child = child_index;