Update HTTPSClientPool.cpp
This commit is contained in:
parent
1a7061a6c0
commit
2bf5d29c76
@ -718,7 +718,7 @@ void HTTPSClientPool::startPolling() {
|
||||
for (const auto& clientPair : clients) {
|
||||
auto server = clientPair.first.first;
|
||||
auto port = clientPair.first.second;
|
||||
LogWrite(PEERING__DEBUG, 5, "Peering", "%s: startPolling for %s:%u.", __FUNCTION__, server.c_str(), port);
|
||||
LogWrite(PEERING__DEBUG, 5, "Peering", "%s: startPolling for %s:%s.", __FUNCTION__, server.c_str(), port.c_str());
|
||||
|
||||
std::async(std::launch::async, &HTTPSClientPool::pollPeerHealth, this, server, port);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user