diff options
author | Sachidananda <sac@gluster.com> | 2011-01-27 00:29:21 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2011-02-17 11:32:11 -0800 |
commit | de44838d514e1f83a81dcff9438adbbb268ef981 (patch) | |
tree | 320643faf6c3a769a72c5da1b57d9513935984d0 /xlators | |
parent | 26cedae57d5b7cb8d50ed077ce29c92e30d6e260 (diff) |
Typo fixes in log and cli messages.
Signed-off-by: Sachidananda Urs <sac@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 2321 (Typo in logs and cli messages)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2321
Diffstat (limited to 'xlators')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-utils.c b/xlators/mgmt/glusterd/src/glusterd-utils.c index 0fac9e3b402..6a709fc85c5 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; |