mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +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()
|
||||
? PacketTypeDomainConnectRequest : PacketTypeDomainListRequest;
|
||||
|
||||
if (!_domainHandler.isConnected()) {
|
||||
qDebug() << "Sending connect request to domain-server at" << _domainHandler.getHostname();
|
||||
}
|
||||
|
||||
// construct the DS check in packet
|
||||
QUuid packetUUID = _sessionUUID;
|
||||
|
||||
|
|
Loading…
Reference in a new issue