mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 04:03:59 +02:00
added more debugging
This commit is contained in:
parent
1c580551bb
commit
406d42fe87
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ NetworkPacket::NetworkPacket() {
|
|||
|
||||
NetworkPacket::~NetworkPacket() {
|
||||
// nothing to do
|
||||
printf("NetworkPacket::~NetworkPacket() this=%p this.getData()=%p\n", this, getData());
|
||||
}
|
||||
|
||||
void NetworkPacket::copyContents(const sockaddr& address, const unsigned char* packetData, ssize_t packetLength) {
|
||||
|
|
Loading…
Reference in a new issue