mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 18:35:04 +02:00
Improve debugging diagnostic
This commit is contained in:
parent
8fb3015ec8
commit
547d86a2d5
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@ void Socket::readPendingDatagrams() {
|
|||
packet->getPayloadSize())) {
|
||||
// the connection could not be created or indicated that we should not continue processing this packet
|
||||
#ifdef UDT_CONNECTION_DEBUG
|
||||
qCDebug(networking) << "Bad packet version" << (unsigned int)NLPacket::versionInHeader(*packet)
|
||||
qCDebug(networking) << "Can't process packet: version" << (unsigned int)NLPacket::versionInHeader(*packet)
|
||||
<< ", type" << NLPacket::typeInHeader(*packet);
|
||||
#endif
|
||||
continue;
|
||||
|
|
Loading…
Reference in a new issue