uncommented network log

This commit is contained in:
Yehonal
2016-12-29 21:02:09 +01:00
parent 56832eb2b2
commit 073f473872
+1 -1
View File
@@ -50,7 +50,7 @@ struct ServerPktHeader
uint8 headerIndex=0; uint8 headerIndex=0;
if (isLargePacket()) if (isLargePacket())
{ {
;//sLog->outDebug(LOG_FILTER_NETWORKIO, "initializing large server to client packet. Size: %u, cmd: %u", size, cmd); sLog->outDebug(LOG_FILTER_NETWORKIO, "initializing large server to client packet. Size: %u, cmd: %u", size, cmd);
header[headerIndex++] = 0x80|(0xFF &(size>>16)); header[headerIndex++] = 0x80|(0xFF &(size>>16));
} }
header[headerIndex++] = 0xFF &(size>>8); header[headerIndex++] = 0xFF &(size>>8);