mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 23:02:24 +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);
|
||||
} else {
|
||||
// WEBRTC TODO: Add WebRTC equivalent?
|
||||
qCWarning(networking_webrtc) << "LIMITED_NODELIST_LOCAL_PORT not set for WebRTC socket";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue