diff options
Diffstat (limited to 'xlators/cluster')
| -rw-r--r-- | xlators/cluster/afr/src/afr-common.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/cluster/afr/src/afr-common.c b/xlators/cluster/afr/src/afr-common.c index a484fd489f9..682c5854ad4 100644 --- a/xlators/cluster/afr/src/afr-common.c +++ b/xlators/cluster/afr/src/afr-common.c @@ -564,7 +564,7 @@ afr_lookup_collect_xattr (afr_local_t *local, xlator_t *this,          if (afr_sh_has_metadata_pending (xattr, child_index, this)) {                  local->self_heal.need_metadata_self_heal = _gf_true; -                gf_log(this->name, GF_LOG_DEBUG, +                gf_log(this->name, GF_LOG_INFO,                         "metadata self-heal is pending for %s.",                         local->loc.path);          }  | 
