diff options
author | raczman <none@none> | 2009-04-04 15:27:12 +0200 |
---|---|---|
committer | raczman <none@none> | 2009-04-04 15:27:12 +0200 |
commit | 8557d20e6e9d06c86b052048c371f5bf6795abec (patch) | |
tree | 6a908a198b0c43af30954a95815d5039bec9d166 /src/game/BattleGround.cpp | |
parent | ca916cebbea0fc16f5fe155508575ddfddc29f21 (diff) |
Added some extra debug log when finishing rated arena match.
--HG--
branch : trunk
Diffstat (limited to 'src/game/BattleGround.cpp')
-rw-r--r-- | src/game/BattleGround.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/BattleGround.cpp b/src/game/BattleGround.cpp index 405dd7f1ac0..6849a9ca90c 100644 --- a/src/game/BattleGround.cpp +++ b/src/game/BattleGround.cpp @@ -610,6 +610,7 @@ void BattleGround::EndBattleGround(uint32 winner) // this way all arena team members will get notified, not only the ones who participated in this match winner_arena_team->NotifyStatsChanged(); loser_arena_team->NotifyStatsChanged(); + sLog.outDebug("Rated arena match between %s and %s finished, winner: %s", loser_arena_team->GetName().c_str(),winner_arena_team->GetName().c_str(),winner_arena_team->GetName().c_str()); } // inform invited players about the removal |