From 33257fc785f9b6a2ea682c4a31eafa47836ad9d7 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Wed, 22 Jan 2014 17:42:52 -0800 Subject: [PATCH] add debugging for UUID owner change on NodeList --- interface/src/avatar/Profile.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/interface/src/avatar/Profile.cpp b/interface/src/avatar/Profile.cpp index 5a2e87e394..fee5fbf6fc 100644 --- a/interface/src/avatar/Profile.cpp +++ b/interface/src/avatar/Profile.cpp @@ -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); }