mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 12:57:18 +02:00
add more logging
This commit is contained in:
parent
7f1a87ac4f
commit
c197979354
1 changed files with 8 additions and 0 deletions
|
@ -1457,6 +1457,14 @@ void AvatarData::parseAvatarIdentityPacket(const QByteArray& data, Identity& ide
|
||||||
QDataStream packetStream(data);
|
QDataStream packetStream(data);
|
||||||
|
|
||||||
packetStream >> identityOut.uuid >> identityOut.skeletonModelURL >> identityOut.attachmentData >> identityOut.displayName >> identityOut.sessionDisplayName >> identityOut.avatarEntityData;
|
packetStream >> identityOut.uuid >> identityOut.skeletonModelURL >> identityOut.attachmentData >> identityOut.displayName >> identityOut.sessionDisplayName >> identityOut.avatarEntityData;
|
||||||
|
|
||||||
|
qDebug() << __FUNCTION__
|
||||||
|
<< "identityOut.uuid:" << identityOut.uuid
|
||||||
|
<< "identityOut.skeletonModelURL:" << identityOut.skeletonModelURL
|
||||||
|
<< "identityOut.displayName:" << identityOut.displayName
|
||||||
|
<< "identityOut.sessionDisplayName:" << identityOut.sessionDisplayName
|
||||||
|
;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static const QUrl emptyURL("");
|
static const QUrl emptyURL("");
|
||||||
|
|
Loading…
Reference in a new issue