summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xlators/cluster/dht/src/dht-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/cluster/dht/src/dht-common.c b/xlators/cluster/dht/src/dht-common.c
index 022a1a5f25d..3e1f00a6b01 100644
--- a/xlators/cluster/dht/src/dht-common.c
+++ b/xlators/cluster/dht/src/dht-common.c
@@ -994,7 +994,7 @@ dht_lookup_everywhere_done (call_frame_t *frame, xlator_t *this)
return 0;
}
- gf_log (this->name, GF_LOG_INFO, "STATUS: hashed_subvol %s "
+ gf_log (this->name, GF_LOG_DEBUG, "STATUS: hashed_subvol %s "
"cached_subvol %s",
(hashed_subvol == NULL)?"null":hashed_subvol->name,
(cached_subvol == NULL)?"null":cached_subvol->name);