YOU SHOULD BE LOGGING OUT MESSAGES ON LINUX TOO YOU ASS
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user