log_error

This commit is contained in:
Kai Philipp
2019-09-14 17:35:33 +02:00
parent e5a975dd8c
commit 8c7d409a8d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1349,7 +1349,7 @@ ServerLobbyThread::HandleNetPacketRetrieveAvatar(boost::shared_ptr<SessionData>
void void
ServerLobbyThread::HandleNetPacketCreateGame(boost::shared_ptr<SessionData> session, const JoinNewGameMessage &newGame) ServerLobbyThread::HandleNetPacketCreateGame(boost::shared_ptr<SessionData> 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; string password;
if (newGame.has_password()) if (newGame.has_password())
+1 -1
View File
@@ -273,7 +273,7 @@ bool
PlayerData::IsPlayerAllowedToJoinCreateLimitRank() PlayerData::IsPlayerAllowedToJoinCreateLimitRank()
{ {
bool retVal = false; bool retVal = false;
LOG_ERROR("checking IsPlayerAllowedToJoinCreateLimitRank() ");
// #define SERVER_ALLOWED_RANKING_GAMES_PER_MINUTES 5 // #define SERVER_ALLOWED_RANKING_GAMES_PER_MINUTES 5
// #define SERVER_ALLOWED_RANKING_GAMES_MINUTES 60 // #define SERVER_ALLOWED_RANKING_GAMES_MINUTES 60