YOU SHOULD BE LOGGING OUT MESSAGES ON LINUX TOO YOU ASS

This commit is contained in:
Hazim Gazov
2010-05-11 19:33:16 -03:00
parent a747c2c74d
commit 4bdced0dce

View File

@@ -760,6 +760,10 @@ int receive_packet(int hSocket, char * receiveBuffer)
BOOL send_packet(int hSocket, const char * sendBuffer, int size, U32 recipient, int nPort)
{
// <edit>
LLMessageLog::log(LLHost(16777343, gMessageSystem->getListenPort()), LLHost(recipient, nPort), (U8*)sendBuffer, size);
// </edit>
int ret;
BOOL success;
BOOL resend;