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