From de44838d514e1f83a81dcff9438adbbb268ef981 Mon Sep 17 00:00:00 2001 From: Sachidananda Date: Thu, 27 Jan 2011 00:29:21 +0000 Subject: Typo fixes in log and cli messages. Signed-off-by: Sachidananda Urs Signed-off-by: Anand V. Avati BUG: 2321 (Typo in logs and cli messages) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2321 --- cli/src/cli-cmd-volume.c | 4 ++-- xlators/mgmt/glusterd/src/glusterd-utils.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/src/cli-cmd-volume.c b/cli/src/cli-cmd-volume.c index 7ecfde2e0..9047d6d7d 100644 --- a/cli/src/cli-cmd-volume.c +++ b/cli/src/cli-cmd-volume.c @@ -204,7 +204,7 @@ cli_cmd_volume_delete_cbk (struct cli_state *state, struct cli_cmd_word *word, int sent = 0; int parse_error = 0; - question = "Deleting volume will erase all information about the volume." + question = "Deleting volume will erase all information about the volume. " "Do you want to continue?"; proc = &cli_rpc_prog->proctable[GF1_CLI_DELETE_VOLUME]; @@ -346,7 +346,7 @@ cli_cmd_volume_stop_cbk (struct cli_state *state, struct cli_cmd_word *word, int parse_error = 0; const char *question = "Stopping volume will make its data inaccessible. " - "Do you want to Continue?"; + "Do you want to continue?"; frame = create_frame (THIS, THIS->ctx->pool); if (!frame) diff --git a/xlators/mgmt/glusterd/src/glusterd-utils.c b/xlators/mgmt/glusterd/src/glusterd-utils.c index 0fac9e3b4..6a709fc85 100644 --- a/xlators/mgmt/glusterd/src/glusterd-utils.c +++ b/xlators/mgmt/glusterd/src/glusterd-utils.c @@ -2088,7 +2088,7 @@ glusterd_friend_find_by_uuid (uuid_t uuid, if (!uuid_compare (entry->uuid, uuid)) { gf_log ("glusterd", GF_LOG_NORMAL, - "Friend found.. state: %s", + "Friend found... state: %s", glusterd_friend_sm_state_name_get (entry->state.state)); *peerinfo = entry; return 0; -- cgit