mirror of
https://github.com/overte-org/overte.git
synced 2025-04-24 20:34:20 +02:00
adding back log about mismatching packet type
This commit is contained in:
parent
48796231ef
commit
562b29b293
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ bool packetVersionMatch(unsigned char* packetHeader) {
|
|||
if (packetHeader[1] == versionForPacketType(packetHeader[0]) || packetHeader[0] == PACKET_TYPE_STUN_RESPONSE) {
|
||||
return true;
|
||||
} else {
|
||||
//qDebug("There is a packet version mismatch for packet with header %c", packetHeader[0]);
|
||||
qDebug("There is a packet version mismatch for packet with header %c", packetHeader[0]);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue