log candidate tracker leader ip and port

multi_ipaddr
YuQing 2019-10-15 21:56:48 +08:00
parent 2b8e9137fe
commit 0d940c07ac
1 changed files with 2 additions and 1 deletions

View File

@ -437,7 +437,8 @@ static int relationship_select_leader()
else
{
logInfo("file: "__FILE__", line: %d, "
"waiting for tracker leader notify", __LINE__);
"waiting for the candidate tracker leader %s:%d notify ...",
__LINE__, conn->ip_addr, conn->port);
return ENOENT;
}
}