Move `self-heal completed' message to log level INFO.

Signed-off-by: Sachidananda Urs <sac@gluster.com>
Signed-off-by: Anand Avati <avati@gluster.com>

BUG: 2867 (Move self-heal completed message to INFO level)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2867
This commit is contained in:
Sachidananda 2011-05-02 03:32:31 +00:00 committed by Anand Avati
parent e08383ca12
commit 0f020affb2

View File

@ -1546,7 +1546,7 @@ afr_self_heal_completion_cbk (call_frame_t *bgsh_frame, xlator_t *this)
afr_self_heal_type_str_get(sh, sh_type_str,
sizeof(sh_type_str));
gf_log (this->name, GF_LOG_DEBUG,
gf_log (this->name, GF_LOG_INFO,
"background %s self-heal completed on %s", sh_type_str,
local->loc.path);
FRAME_SU_UNDO (bgsh_frame, afr_local_t);