mirror of
https://github.com/overte-org/overte.git
synced 2025-04-13 19:46:40 +02:00
Add logging on silent node removal
This commit is contained in:
parent
0a7352074c
commit
07372f102c
1 changed files with 1 additions and 0 deletions
|
@ -885,6 +885,7 @@ void LimitedNodeList::removeSilentNodes() {
|
|||
});
|
||||
|
||||
foreach(const SharedNodePointer& killedNode, killedNodes) {
|
||||
qCDebug(networking_ice) << "Removing silent node" << killedNode;
|
||||
handleNodeKill(killedNode);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue