Merge pull request #1188 from ZappoMan/bugfixes

added more debugging
This commit is contained in:
Philip Rosedale 2013-11-05 14:46:41 -08:00
commit aa03af8dbf

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