Buildable state with converting hex packet dumps

This commit is contained in:
Akkadius
2015-01-18 03:53:35 -06:00
parent 14bac9f8c0
commit 83906af9b6
8 changed files with 19 additions and 10 deletions
+1 -1
View File
@@ -1112,7 +1112,7 @@ uint32 newlength=0;
ProcessQueue();
} else {
Log.Out(Logs::Detail, Logs::Netcode, _L "Incoming packet failed checksum" __L);
_hex(NET__NET_CREATE_HEX, buffer, length);
Log.Hex(Logs::Netcode, buffer, length);
}
}