add UDT to comment for Connection cleanup

This commit is contained in:
Stephen Birarda 2015-08-26 14:55:59 -07:00
parent c340c34b38
commit 9e286666b5

View file

@ -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);
}