Add logging on silent node removal

This commit is contained in:
Clement 2019-05-09 17:19:10 -07:00
parent 0a7352074c
commit 07372f102c

View file

@ -885,6 +885,7 @@ void LimitedNodeList::removeSilentNodes() {
});
foreach(const SharedNodePointer& killedNode, killedNodes) {
qCDebug(networking_ice) << "Removing silent node" << killedNode;
handleNodeKill(killedNode);
}
}