diff options
| -rw-r--r-- | xlators/cluster/afr/src/afr-self-heal-entry.c | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/xlators/cluster/afr/src/afr-self-heal-entry.c b/xlators/cluster/afr/src/afr-self-heal-entry.c index 97d8708d4bf..60c140c1a66 100644 --- a/xlators/cluster/afr/src/afr-self-heal-entry.c +++ b/xlators/cluster/afr/src/afr-self-heal-entry.c @@ -580,7 +580,8 @@ afr_sh_entry_expunge_entry_cbk (call_frame_t *expunge_frame, void *cookie,          if (need_expunge) {                  gf_log (this->name, GF_LOG_INFO, -                        "missing entry %s on %s", +                        "Entry %s is missing on %s and deleting from " +                        "replica's other bricks",                          expunge_local->loc.path,                          priv->children[source]->name);  | 
