uncommented network log
This commit is contained in:
parent
56832eb2b2
commit
073f473872
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ struct ServerPktHeader
|
|||
uint8 headerIndex=0;
|
||||
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++] = 0xFF &(size>>8);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue