mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 15:50:37 +02:00
Log warning if try to set local port on WebRTC LimitedNodeList
This commit is contained in:
parent
3ebb75acf5
commit
28b46ed861
1 changed files with 1 additions and 0 deletions
|
@ -218,6 +218,7 @@ void LimitedNodeList::setSocketLocalPort(SocketType socketType, quint16 socketLo
|
||||||
LIMITED_NODELIST_LOCAL_PORT.set(socketLocalPort);
|
LIMITED_NODELIST_LOCAL_PORT.set(socketLocalPort);
|
||||||
} else {
|
} else {
|
||||||
// WEBRTC TODO: Add WebRTC equivalent?
|
// WEBRTC TODO: Add WebRTC equivalent?
|
||||||
|
qCWarning(networking_webrtc) << "LIMITED_NODELIST_LOCAL_PORT not set for WebRTC socket";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue