add debug to show that domain connection is being attempted

This commit is contained in:
Stephen Birarda 2014-09-04 09:29:29 -07:00
parent cdaf59c962
commit e338c600c3

View file

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