This commit is contained in:
Alexey Yurchenko 2015-05-02 22:25:39 +03:00 committed by Nirbhay Choubey
parent 472d66320d
commit 4f4f3a5e32

View File

@ -833,19 +833,10 @@ bool wsrep_start_replication()
wsrep_sst_donor, wsrep_sst_donor,
bootstrap))) bootstrap)))
{ {
if (-ESOCKTNOSUPPORT == rcode) DBUG_PRINT("wsrep",("wsrep->connect(%s) failed: %d",
{ wsrep_cluster_address, rcode));
DBUG_PRINT("wsrep",("unrecognized cluster address: '%s', rcode: %d", WSREP_ERROR("wsrep::connect(%s) failed: %d",
wsrep_cluster_address, rcode)); wsrep_cluster_address, rcode);
WSREP_ERROR("unrecognized cluster address: '%s', rcode: %d",
wsrep_cluster_address, rcode);
}
else
{
DBUG_PRINT("wsrep",("wsrep->connect() failed: %d", rcode));
WSREP_ERROR("wsrep::connect() failed: %d", rcode);
}
return false; return false;
} }
else else