uncommented network log
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user