mirror of
https://github.com/overte-org/overte.git
synced 2025-04-09 05:53:25 +02:00
remove spammy logging
This commit is contained in:
parent
de6e1d0217
commit
c568e7c6da
1 changed files with 2 additions and 0 deletions
|
@ -241,8 +241,10 @@ Connection* Socket::findOrCreateConnection(const HifiSockAddr& sockAddr, bool fi
|
|||
|
||||
if (filterCreate && _connectionCreationFilterOperator && !_connectionCreationFilterOperator(sockAddr)) {
|
||||
// the connection creation filter did not allow us to create a new connection
|
||||
#ifdef UDT_CONNECTION_DEBUG
|
||||
qCDebug(networking) << "Socket::findOrCreateConnection refusing to create connection for" << sockAddr
|
||||
<< "due to connection creation filter";
|
||||
#endif // UDT_CONNECTION_DEBUG
|
||||
return nullptr;
|
||||
} else {
|
||||
auto congestionControl = _ccFactory->create();
|
||||
|
|
Loading…
Reference in a new issue