From cee8977958c528c828305a7c5e54c983f50ebe07 Mon Sep 17 00:00:00 2001 From: Kai Philipp Date: Tue, 10 Sep 2019 21:37:58 +0200 Subject: [PATCH] debugging --- src/net/common/servergamestate.cpp | 1 + 1 file changed, 1 insertion(+) 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()) {