add debug to test hole punching

This commit is contained in:
Stephen Birarda 2013-10-17 17:25:14 -07:00
parent bd806241fd
commit 19e6f668d2

View file

@ -680,6 +680,7 @@ void NodeList::possiblyPingInactiveNodes() {
for(NodeList::iterator node = begin(); node != end(); node++) {
if (!node->getActiveSocket()) {
qDebug() << "Attempting to ping node" << *node << "\n";
// we don't have an active link to this node, ping it to set that up
pingPublicAndLocalSocketsForInactiveNode(&(*node));
}