mirror of
https://github.com/rehlds/rehlds.git
synced 2024-12-29 08:05:50 +03:00
Use _func_ in NET_GetLong
This commit is contained in:
parent
2d88e0a4c7
commit
ec49dbbbf3
@ -890,7 +890,7 @@ qboolean NET_GetLong(unsigned char *pData, int size, int *outSize)
|
||||
unsigned int packetPayloadSize = size - sizeof(SPLITPACKET);
|
||||
if (gNetSplitFlags[packetNumber] == sequenceNumber)
|
||||
{
|
||||
Con_NetPrintf("NET_GetLong: Ignoring duplicated split packet %i of %i ( %i bytes )\n", packetNumber + 1, packetCount, packetPayloadSize);
|
||||
Con_NetPrintf("%s: Ignoring duplicated split packet %i of %i ( %i bytes )\n", __func__, packetNumber + 1, packetCount, packetPayloadSize);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user