add extra debugging for AddressManager connect to domain

This commit is contained in:
Stephen Birarda 2015-01-19 10:23:05 -08:00
parent 9c1196a2a6
commit 990ca8397e

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);
}