summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnoop C S <anoopcs@redhat.com>2019-12-10 11:43:30 +0530
committerAmar Tumballi <amarts@gmail.com>2020-01-15 16:31:48 +0000
commit43d58660772da0b8f25fb89ece19851391bf999f (patch)
tree305b4c9252956da9a99aed9ee2a0617aaec2a851
parentd5fef2a50cf4e3458e800d59021a97c0b5fc39db (diff)
protocol/client: Fix a log entry
It has been a while since we removed lock healing logic from protocol client. So no need to mention that we healed locks after fd reopen. Change-Id: I24bd3f9e9f2942e306714b2cb83c229ae57c60ae Fixes: bz#1193929 Signed-off-by: Anoop C S <anoopcs@redhat.com>
-rw-r--r--xlators/protocol/client/src/client-handshake.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/protocol/client/src/client-handshake.c b/xlators/protocol/client/src/client-handshake.c
index 0437f1f272d..29cfaf93d86 100644
--- a/xlators/protocol/client/src/client-handshake.c
+++ b/xlators/protocol/client/src/client-handshake.c
@@ -105,7 +105,7 @@ client_child_up_reopen_done(clnt_fd_ctx_t *fdctx, int64_t rfd, xlator_t *this)
client_reopen_done(fdctx, rfd, this);
if (fd_count == 0) {
gf_msg(this->name, GF_LOG_INFO, 0, PC_MSG_CHILD_UP_NOTIFY,
- "last fd open'd/lock-self-heal'd - notifying CHILD-UP");
+ "last fd open'd - notifying CHILD-UP");
client_notify_parents_child_up(this);
}
}