summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSachidananda <sac@gluster.com>2011-05-02 02:47:53 +0000
committerAnand Avati <avati@gluster.com>2011-05-03 12:12:57 -0700
commitea5eec6b7e736c1ce149b32e8fcd1180c1c2db9f (patch)
tree8b683573280273d950cddca3f01d390fdf949827
parentcadd9a1b75fb1f78d2fb7c578212ee0225cfeb83 (diff)
Move self-heal completed log message to INFO level.
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
-rw-r--r--xlators/cluster/afr/src/afr-self-heal-algorithm.c2
1 files changed, 1 insertions, 1 deletions
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);