#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
Andrey Kleshchev 2025-04-04 22:39:37 +03:00 committed by Andrey Kleshchev
parent 2b475ad027
commit 9aea5bb5e2
1 changed files with 2 additions and 0 deletions

View File

@ -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;