From f637f2f101b13388187f8a6852d3ae6f1d9c2ad5 Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Mon, 14 Jul 2014 12:49:58 +0530 Subject: protocol/server: Add extra space between words Change-Id: Id658db992a43202602e0c30d2c8ca639c4aeadd6 BUG: 1119167 Signed-off-by: Pranith Kumar K Reviewed-on: http://review.gluster.org/8304 Tested-by: Gluster Build System Reviewed-by: Humble Devassy Chirammal --- xlators/protocol/server/src/server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xlators/protocol/server/src/server.c b/xlators/protocol/server/src/server.c index 6c4f81067cb..a511540cac6 100644 --- a/xlators/protocol/server/src/server.c +++ b/xlators/protocol/server/src/server.c @@ -514,7 +514,7 @@ server_rpc_notify (rpcsvc_t *rpc, void *xl, rpcsvc_event_t event, if (!client) break; - gf_log (this->name, GF_LOG_INFO, "disconnecting connection" + gf_log (this->name, GF_LOG_INFO, "disconnecting connection " "from %s", client->client_uid); /* If lock self heal is off, then destroy the -- cgit