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)
|
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;
|
int ret;
|
||||||
BOOL success;
|
BOOL success;
|
||||||
BOOL resend;
|
BOOL resend;
|
||||||
|
|||||||
Reference in New Issue
Block a user