mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 19:13:38 +02:00
Merge branch 'master' of https://github.com/worklist/hifi
This commit is contained in:
commit
d947b17d8a
1 changed files with 2 additions and 0 deletions
|
@ -91,6 +91,8 @@ bool NodeList::packetVersionAndHashMatch(const QByteArray& packet) {
|
|||
qDebug() << "Packet version mismatch on" << packetTypeForPacket(packet) << "- Sender"
|
||||
<< uuidFromPacketHeader(packet) << "sent" << qPrintable(QString::number(packet[numPacketTypeBytes])) << "but"
|
||||
<< qPrintable(QString::number(versionForPacketType(mismatchType))) << "expected.";
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
const QSet<PacketType> NON_VERIFIED_PACKETS = QSet<PacketType>()
|
||||
|
|
Loading…
Reference in a new issue