extra logging; minor server crash fix

This commit is contained in:
Max-Wilhelm Bruker 2011-07-11 23:49:54 +02:00
parent c8813bb2aa
commit b38f0e2100
2 changed files with 20 additions and 19 deletions

View file

@ -56,7 +56,7 @@ Server_Game::~Server_Game()
room->removeGame(this);
delete creatorInfo;
qDebug("Server_Game destructor");
qDebug() << "Server_Game destructor: gameId=" << gameId;
}
void Server_Game::pingClockTimeout()