mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:43:50 +02:00
only output sequence number information if debug is requested
This commit is contained in:
parent
5b45beaa39
commit
e3c3831efa
1 changed files with 2 additions and 0 deletions
|
@ -1553,9 +1553,11 @@ void AvatarData::processAvatarIdentity(const QByteArray& identityData, bool& ide
|
|||
#endif
|
||||
|
||||
} else {
|
||||
#ifdef WANT_DEBUG
|
||||
qCDebug(avatars) << "Refusing to process identity for" << uuidStringWithoutCurlyBraces(avatarSessionID) << "since"
|
||||
<< (udt::SequenceNumber::Type) _lastIncomingSequenceNumber
|
||||
<< "is >=" << (udt::SequenceNumber::Type) incomingSequenceNumber;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue