mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 06:17:28 +02:00
add debug to show that domain connection is being attempted
This commit is contained in:
parent
cdaf59c962
commit
e338c600c3
1 changed files with 4 additions and 0 deletions
|
@ -343,6 +343,10 @@ void NodeList::sendDomainServerCheckIn() {
|
||||||
PacketType domainPacketType = !_domainHandler.isConnected()
|
PacketType domainPacketType = !_domainHandler.isConnected()
|
||||||
? PacketTypeDomainConnectRequest : PacketTypeDomainListRequest;
|
? PacketTypeDomainConnectRequest : PacketTypeDomainListRequest;
|
||||||
|
|
||||||
|
if (!_domainHandler.isConnected()) {
|
||||||
|
qDebug() << "Sending connect request to domain-server at" << _domainHandler.getHostname();
|
||||||
|
}
|
||||||
|
|
||||||
// construct the DS check in packet
|
// construct the DS check in packet
|
||||||
QUuid packetUUID = _sessionUUID;
|
QUuid packetUUID = _sessionUUID;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue