diff options
author | Venkatesh Somyajulu <vsomyaju@redhat.com> | 2012-10-12 15:32:10 +0530 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2012-10-12 09:17:40 -0700 |
commit | 760a564f2cd9a3271c8151e1ce65c8178e220250 (patch) | |
tree | aa3f345d29c56803bd72ac6425ca3ff7b5852093 /xlators/cluster | |
parent | d6b5690c38acc6a6269447b3cb2d5479069e48c1 (diff) |
cluster/afr : Edited log message in afr_sh_entry_expunge_entry_cbk
Change-Id: I9f7562d28c8bc798552c403164397f929a7bd1e7
BUG: 860246
Signed-off-by: Venkatesh Somyajulu <vsomyaju@redhat.com>
Reviewed-on: http://review.gluster.org/4052
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'xlators/cluster')
-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); |