Merge pull request #1639 from birarda/master

add debugging for UUID owner change on NodeList
This commit is contained in:
ZappoMan 2014-01-22 17:46:55 -08:00
commit 0e6faec5bb

View file

@ -49,6 +49,8 @@ void Profile::setUUID(const QUuid& uuid) {
_uuid = uuid;
if (!_uuid.isNull()) {
qDebug() << "Changing NodeList owner UUID to" << uuid;
// when the UUID is changed we need set it appropriately on the NodeList instance
NodeList::getInstance()->setOwnerUUID(uuid);
}