mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 16:55:07 +02:00
Merge pull request #4133 from birarda/master
add debugging for AddressManager connect to domain
This commit is contained in:
commit
33152904bc
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue