Merge pull request #4133 from birarda/master

add debugging for AddressManager connect to domain
This commit is contained in:
Brad Hefta-Gaub 2015-01-19 13:25:48 -08:00
commit 33152904bc

View file

@ -389,6 +389,8 @@ void AddressManager::setDomainInfo(const QString& hostname, quint16 port) {
_rootPlaceName = hostname;
_rootPlaceID = QUuid();
qDebug() << "Possible domain change required to connect to domain at" << hostname << "on" << port;
emit possibleDomainChangeRequired(hostname, port);
}