From 291344f9c80fe1a3c0fe784a1642da6795dcf5a4 Mon Sep 17 00:00:00 2001 From: Venkatesh Somyajulu Date: Thu, 27 Jun 2013 15:47:01 +0530 Subject: cli: Fix in letter case in volume heal output Change-Id: I25d13444c2cbff9b26642e91677ad1e09e77aa1e BUG: 978936 Signed-off-by: Venkatesh Somyajulu Reviewed-on: http://review.gluster.org/5259 Reviewed-by: Pranith Kumar Karampuri Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- cli/src/cli-rpc-ops.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli') diff --git a/cli/src/cli-rpc-ops.c b/cli/src/cli-rpc-ops.c index 1ef23a32..d5256f12 100644 --- a/cli/src/cli-rpc-ops.c +++ b/cli/src/cli-rpc-ops.c @@ -6335,10 +6335,10 @@ gf_cli_heal_volume_cbk (struct rpc_req *req, struct iovec *iov, if ((heal_op == GF_AFR_OP_HEAL_FULL) || (heal_op == GF_AFR_OP_HEAL_INDEX)) { - operation = "Launching Heal operation"; + operation = "Launching heal operation"; substr = "\nUse heal info commands to check status"; } else { - operation = "Gathering Heal info"; + operation = "Gathering heal info"; substr = ""; } -- cgit