mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
extra logging; minor server crash fix
This commit is contained in:
parent
c8813bb2aa
commit
b38f0e2100
2 changed files with 20 additions and 19 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue