Additional verbose logging.

This commit is contained in:
lotodore
2008-03-26 22:37:58 +00:00
parent 1acf4e4187
commit f6f68cab43
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -101,6 +101,7 @@ ServerGameThread::RemoveAllSessions()
{
SessionWrapper tmpSession = m_sessionQueue.front();
m_sessionQueue.pop_front();
LOG_VERBOSE("Game closing, forcing removal of session #" << tmpSession.sessionData->GetId() << ".");
lobbyThread.RemoveSessionFromGame(tmpSession);
}
GetSessionManager().ForEach(boost::bind(&ServerLobbyThread::RemoveSessionFromGame, boost::ref(lobbyThread), _1));