From ea5eec6b7e736c1ce149b32e8fcd1180c1c2db9f Mon Sep 17 00:00:00 2001 From: Sachidananda Date: Mon, 2 May 2011 02:47:53 +0000 Subject: Move self-heal completed log message to INFO level. Signed-off-by: Sachidananda Urs Signed-off-by: Anand Avati BUG: 2867 (Move self-heal completed message to INFO level) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2867 --- xlators/cluster/afr/src/afr-self-heal-algorithm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xlators/cluster/afr/src/afr-self-heal-algorithm.c b/xlators/cluster/afr/src/afr-self-heal-algorithm.c index b28889fbd..22791e44d 100644 --- a/xlators/cluster/afr/src/afr-self-heal-algorithm.c +++ b/xlators/cluster/afr/src/afr-self-heal-algorithm.c @@ -92,7 +92,7 @@ sh_full_loop_driver_done (call_frame_t *frame, xlator_t *this) local->self_heal.algo_abort_cbk (frame, this); } else { - gf_log (this->name, GF_LOG_TRACE, + gf_log (this->name, GF_LOG_INFO, "full self-heal completed on %s", local->loc.path); -- cgit