summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xlators/mgmt/glusterd/src/glusterd-utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-utils.c b/xlators/mgmt/glusterd/src/glusterd-utils.c
index 3227923a99e..3b3effac1d3 100644
--- a/xlators/mgmt/glusterd/src/glusterd-utils.c
+++ b/xlators/mgmt/glusterd/src/glusterd-utils.c
@@ -1131,8 +1131,8 @@ glusterd_brickinfo_new_from_brick (char *brick,
"Failed to convert hostname %s to uuid",
hostname);
if (op_errstr)
- gf_asprintf (op_errstr, "Host %s is not in \' "
- "Peer in Cluster\' state",
+ gf_asprintf (op_errstr, "Host %s is not in "
+ "\'Peer in Cluster\' state",
new_brickinfo->hostname);
goto out;
}