Core: More INFO -> DEBUG changes

(cherry picked from commit 781edbe46a9d055b8a9bfdd446873cdf806a129a)
This commit is contained in:
click
2015-03-18 00:33:31 +00:00
committed by Nayd
parent be078fd8a9
commit 49f4ffc2c8
+1 -1
View File
@@ -172,7 +172,7 @@ bool ArenaTeam::AddMember(ObjectGuid playerGuid)
player->SetArenaTeamInfoField(GetSlot(), ARENA_TEAM_MEMBER, 1);
}
TC_LOG_INFO("bg.arena", "Player: %s [%s] joined arena team type: %u [Id: %u, Name: %s].", playerName.c_str(), playerGuid.ToString().c_str(), GetType(), GetId(), GetName().c_str());
TC_LOG_DEBUG("bg.arena", "Player: %s [%s] joined arena team type: %u [Id: %u, Name: %s].", playerName.c_str(), playerGuid.ToString().c_str(), GetType(), GetId(), GetName().c_str());
return true;
}