mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-16 12:12:46 +02:00
fix suppression of hash mismatch messages
This commit is contained in:
parent
b257daaef1
commit
e8de73427b
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ bool LimitedNodeList::packetSourceAndHashMatch(const NLPacket& packet, SharedNod
|
|||
|
||||
} else {
|
||||
static QString repeatedMessage
|
||||
= LogHandler::getInstance().addRepeatedMessageRegex("Packet of type \\d+ received from unknown node with UUID");
|
||||
= LogHandler::getInstance().addRepeatedMessageRegex("Packet of type \\d+ \\([\\s\"a-zA-Z]+\\) received from unknown node with UUID");
|
||||
|
||||
qCDebug(networking) << "Packet of type" << packet.getType() << "(" << nameForPacketType(packet.getType()) << ")"
|
||||
<< "received from unknown node with UUID" << qPrintable(uuidStringWithoutCurlyBraces(packet.getSourceID()));
|
||||
|
|
Loading…
Reference in a new issue