glusterd: remove extra space in error message

BUG: 1402237

Change-Id: Ib6efca655555a92a0542ef6056f3357f390eeb38
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-on: http://review.gluster.org/16048
Tested-by: Atin Mukherjee <amukherj@redhat.com>
Reviewed-by: Atin Mukherjee <amukherj@redhat.com>
Smoke: Gluster Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
This commit is contained in:
Michael Adam 2016-12-07 07:21:41 +01:00 committed by Atin Mukherjee
parent afdd83a9b6
commit 514522d12e

View File

@ -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;
}