diff --git a/src/net/common/servergamestate.cpp b/src/net/common/servergamestate.cpp index 4136170f..5e78367d 100644 --- a/src/net/common/servergamestate.cpp +++ b/src/net/common/servergamestate.cpp @@ -828,6 +828,7 @@ ServerGameStateStartGame::TimerTimeout(const boost::system::error_code &ec, boos void ServerGameStateStartGame::DoStart(boost::shared_ptr server) { + LOG_VERBOSE("DoStart() entered."); PlayerDataList tmpPlayerList(server->InternalStartGame()); if (tmpPlayerList.size() <= 1) { if (!tmpPlayerList.empty()) {