1
0
Fork 0

ltries not incremented

This commit is contained in:
Kaveh Vahedipour 2016-11-03 14:25:53 +01:00
parent 95c177c30c
commit ea485b98f2
1 changed files with 1 additions and 1 deletions

View File

@ -1668,7 +1668,7 @@ AgencyCommResult AgencyComm::sendWithFailover(
if (system_clock::now() - start > ltimeout) {
LOG_TOPIC(ERR, Logger::AGENCYCOMM) << "Timed out waiting for leader "
<< agencyEndpoint->_endpoint->specification() << " tries: " << ltries;
<< agencyEndpoint->_endpoint->specification() << " tries: " << ltries++;
break;
}