mirror of
https://github.com/overte-org/overte.git
synced 2025-08-03 23:03:20 +02:00
add UDT to comment for Connection cleanup
This commit is contained in:
parent
c340c34b38
commit
9e286666b5
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ void Socket::clearConnections() {
|
|||
}
|
||||
|
||||
void Socket::cleanupConnection(HifiSockAddr sockAddr) {
|
||||
qCDebug(networking) << "Socket::cleanupConnection called for connection to" << sockAddr;
|
||||
qCDebug(networking) << "Socket::cleanupConnection called for UDT connection to" << sockAddr;
|
||||
_connectionsHash.erase(sockAddr);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue