Log warning if try to set local port on WebRTC LimitedNodeList

This commit is contained in:
David Rowe 2021-07-05 10:59:19 +12:00
parent 3ebb75acf5
commit 28b46ed861

View file

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