From 976ecc99b4716f9189f0affdcba0ff8ea8d09d9e Mon Sep 17 00:00:00 2001 From: Venkatesh Somyajulu Date: Tue, 9 Sep 2014 12:32:20 +0530 Subject: cluster/dht: Changed log level to DEBUG Change-Id: I7a4ee0c5a6a94bd4f31aff510a2971750913ed45 BUG: 1138602 Signed-off-by: Venkatesh Somyajulu Reviewed-on: http://review.gluster.org/8621 Tested-by: Gluster Build System Reviewed-by: Xavier Hernandez Reviewed-by: susant palai Reviewed-by: Vijay Bellur --- xlators/cluster/dht/src/dht-common.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xlators/cluster/dht/src/dht-common.c b/xlators/cluster/dht/src/dht-common.c index c8bcc251c82..088c3336a61 100644 --- a/xlators/cluster/dht/src/dht-common.c +++ b/xlators/cluster/dht/src/dht-common.c @@ -1080,10 +1080,10 @@ dht_lookup_everywhere_done (call_frame_t *frame, xlator_t *this) return 0; } - gf_log (this->name, GF_LOG_INFO, "STATUS: hashed_subvol %s " - "cached_subvol %s", - (hashed_subvol == NULL)?"null":hashed_subvol->name, - (cached_subvol == NULL)?"null":cached_subvol->name); + gf_msg_debug (this->name, 0, "STATUS: hashed_subvol %s " + "cached_subvol %s", + (hashed_subvol == NULL)?"null":hashed_subvol->name, + (cached_subvol == NULL)?"null":cached_subvol->name); if (!cached_subvol) { -- cgit