added more debugging

This commit is contained in:
ZappoMan 2013-11-05 14:27:20 -08:00
parent 1c580551bb
commit 406d42fe87

View file

@ -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) {