This commit is contained in:
Arisotura 2023-09-03 20:53:37 +02:00
parent d392d1d87f
commit 045858cc98
1 changed files with 1 additions and 1 deletions

View File

@ -809,7 +809,7 @@ u16 RecvMPReplies(u8* packets, u64 timestamp, u16 aidmask)
return ret;
}
}
else printf("RecvMPReplies received frame but bad\n");
else printf("RecvMPReplies received frame but bad (type=%08X ts=%016llX/%016llX)\n", header->Type, header->Timestamp, timestamp);
enet_packet_destroy(enetpacket);
}