cluster/dht: Changed log level to DEBUG

Change-Id: I7a4ee0c5a6a94bd4f31aff510a2971750913ed45
BUG: 1138602
Signed-off-by: Venkatesh Somyajulu <vsomyaju@redhat.com>
Reviewed-on: http://review.gluster.org/8621
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Xavier Hernandez <xhernandez@datalab.es>
Reviewed-by: susant palai <spalai@redhat.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
This commit is contained in:
Venkatesh Somyajulu 2014-09-09 12:32:20 +05:30 committed by Vijay Bellur
parent 1c8d4bf6ab
commit 976ecc99b4

View File

@ -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) {