summaryrefslogtreecommitdiffstats
path: root/xlators/mgmt/glusterd/src/glusterd-utils.c
diff options
context:
space:
mode:
authorN Balachandran <nbalacha@redhat.com>2019-09-20 11:30:45 +0530
committerAtin Mukherjee <amukherj@redhat.com>2019-09-23 02:47:32 +0000
commitd654dfa526457dc991ebef66fdecda8f0aac529b (patch)
treed2c42ccf4328d81dc28ca8ec54ef9f707438a9cc /xlators/mgmt/glusterd/src/glusterd-utils.c
parentc7968f601a7cd4f54103f63d8db1f1a268c0ec5b (diff)
mgmt/glusterd: Fixed typos and reworded logs
Fixed typos and reworded log messages for clarity. Change-Id: I46f616ce7d3eb993c77a5812e8bc044e5f283354 Fixes: bz#1753859 Signed-off-by: N Balachandran <nbalacha@redhat.com>
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-utils.c')
-rw-r--r--xlators/mgmt/glusterd/src/glusterd-utils.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-utils.c b/xlators/mgmt/glusterd/src/glusterd-utils.c
index db17fe6d609..94f6ccf5b55 100644
--- a/xlators/mgmt/glusterd/src/glusterd-utils.c
+++ b/xlators/mgmt/glusterd/src/glusterd-utils.c
@@ -3538,7 +3538,7 @@ glusterd_add_volumes_to_export_dict(dict_t *peer_data, char **buf,
}
gf_log(this->name, GF_LOG_INFO,
- "Finished dictionary popluation in all threads");
+ "Finished dictionary population in all threads");
}
ret = dict_set_int32n(peer_data, "count", SLEN("count"), volcnt);
@@ -3559,11 +3559,11 @@ glusterd_add_volumes_to_export_dict(dict_t *peer_data, char **buf,
if (totthread) {
gf_log(this->name, GF_LOG_INFO,
- "Finished merger of all dictionraies into single one");
+ "Merged multiple dictionaries into a single one");
dict_arr[totthread++] = dict_ref(peer_data);
ret = glusterd_dict_arr_serialize(dict_arr, totthread, buf, length);
- gf_log(this->name, GF_LOG_INFO,
- "Serialize dictionary data return is %d", ret);
+ gf_log(this->name, GF_LOG_INFO, "Serialize dictionary data returned %d",
+ ret);
}
out: