Fixed strings.

This commit is contained in:
lotodore
2008-03-20 00:24:13 +00:00
parent dbcedc889b
commit b5023351ee
+2 -2
View File
@@ -109,7 +109,7 @@ ServerGameThread::RemoveAllSessions()
void
ServerGameThread::Main()
{
LOG_VERBOSE("Game thread " << GetId() << "started.");
LOG_VERBOSE("Game thread " << GetId() << " started.");
SetState(SERVER_INITIAL_STATE::Instance());
@@ -144,7 +144,7 @@ ServerGameThread::Main()
ResetComputerPlayerList();
GetLobbyThread().RemoveGame(GetId());
LOG_VERBOSE("Game thread " << GetId() << "terminating.");
LOG_VERBOSE("Game thread " << GetId() << " terminating.");
}
void