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:
parent
afdd83a9b6
commit
514522d12e
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user