From 86e348ed94733950b2a817ca2dc47b374349e376 Mon Sep 17 00:00:00 2001 From: Kai Philipp Date: Wed, 11 Sep 2019 04:45:58 +0200 Subject: [PATCH] debug --- src/dbofficial/serverdbthread.cpp | 2 ++ src/net/common/servergamestate.cpp | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/dbofficial/serverdbthread.cpp b/src/dbofficial/serverdbthread.cpp index 1726248e..8c0e20a8 100644 --- a/src/dbofficial/serverdbthread.cpp +++ b/src/dbofficial/serverdbthread.cpp @@ -47,6 +47,8 @@ #include #include +#include // @TODO: remove in productive + #define QUERY_NICK_PREPARE "nick_template" #define QUERY_LOGIN_PREPARE "login_template" #define QUERY_AVATAR_BLACKLIST_PREPARE "avatar_blacklist_template" diff --git a/src/net/common/servergamestate.cpp b/src/net/common/servergamestate.cpp index 8ce8c4a0..4136170f 100644 --- a/src/net/common/servergamestate.cpp +++ b/src/net/common/servergamestate.cpp @@ -828,7 +828,6 @@ ServerGameStateStartGame::TimerTimeout(const boost::system::error_code &ec, boos void ServerGameStateStartGame::DoStart(boost::shared_ptr server) { - LOG_ERROR("DoStart() entered."); PlayerDataList tmpPlayerList(server->InternalStartGame()); if (tmpPlayerList.size() <= 1) { if (!tmpPlayerList.empty()) {