#3876 sendLogoutRequest logging
mac's crash logs seem to get mixed with normal logs, hope is this will help confirming the issue. Also needed for automated testing.master
parent
2b475ad027
commit
9aea5bb5e2
|
|
@ -5255,6 +5255,8 @@ void LLAppViewer::sendLogoutRequest()
|
|||
msg->addUUIDFast(_PREHASH_SessionID, gAgent.getSessionID());
|
||||
gAgent.sendReliableMessage();
|
||||
|
||||
LL_INFOS("Agent") << "Logging out as agent: " << gAgent.getID() << " Session: " << gAgent.getSessionID() << LL_ENDL;
|
||||
|
||||
gLogoutTimer.reset();
|
||||
gLogoutMaxTime = LOGOUT_REQUEST_TIME;
|
||||
mLogoutRequestSent = true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue