mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +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);
|
||||
|
||||
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("");
|
||||
|
|
Loading…
Reference in a new issue