From 8c7d409a8d6d3108d0db3e7b5843f31273796620 Mon Sep 17 00:00:00 2001 From: Kai Philipp Date: Sat, 14 Sep 2019 17:35:33 +0200 Subject: [PATCH] log_error --- src/net/common/serverlobbythread.cpp | 2 +- src/playerdata.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/net/common/serverlobbythread.cpp b/src/net/common/serverlobbythread.cpp index 445a0849..14828bd1 100644 --- a/src/net/common/serverlobbythread.cpp +++ b/src/net/common/serverlobbythread.cpp @@ -1349,7 +1349,7 @@ ServerLobbyThread::HandleNetPacketRetrieveAvatar(boost::shared_ptr void ServerLobbyThread::HandleNetPacketCreateGame(boost::shared_ptr session, const JoinNewGameMessage &newGame) { - LOG_VERBOSE("Creating new game, initiated by session #" << session->GetId() << "."); + LOG_ERROR("Creating new game, initiated by session #" << session->GetId() << "."); string password; if (newGame.has_password()) diff --git a/src/playerdata.cpp b/src/playerdata.cpp index 39d573be..3df2ed73 100644 --- a/src/playerdata.cpp +++ b/src/playerdata.cpp @@ -273,7 +273,7 @@ bool PlayerData::IsPlayerAllowedToJoinCreateLimitRank() { bool retVal = false; - +LOG_ERROR("checking IsPlayerAllowedToJoinCreateLimitRank() "); // #define SERVER_ALLOWED_RANKING_GAMES_PER_MINUTES 5 // #define SERVER_ALLOWED_RANKING_GAMES_MINUTES 60