Even more logging.

This commit is contained in:
lotodore
2008-03-20 00:06:19 +00:00
parent c8b38d0e57
commit dbcedc889b
3 changed files with 23 additions and 0 deletions
+2
View File
@@ -414,6 +414,8 @@ ServerLobbyThread::ProcessLoop()
void
ServerLobbyThread::HandleNetPacketInit(SessionWrapper session, const NetPacketInit &tmpPacket)
{
LOG_VERBOSE("Received init for session #" << session.sessionData->GetId() << ".");
NetPacketInit::Data initData;
tmpPacket.GetData(initData);