aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMachiavelli <machiavelli.trinity@gmail.com>2011-06-07 16:23:20 +0200
committerMachiavelli <machiavelli.trinity@gmail.com>2011-06-07 16:23:20 +0200
commit16ceb5a39e25c74ab35036296c0120c8103b4a60 (patch)
tree32ef37b83d99198e1e829771345acf4ef23cdb2c /src
parente8bc02f3bd23c8e13243b3f298700c9027f90857 (diff)
Core/Spells: Change a log message to debug level and make it more descriptive.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/server/game/Spells/Spell.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Spells/Spell.cpp b/src/server/game/Spells/Spell.cpp
index 5b8d4cd42a6..fe4ca2912b4 100755
--- a/src/server/game/Spells/Spell.cpp
+++ b/src/server/game/Spells/Spell.cpp
@@ -2258,7 +2258,7 @@ void Spell::SelectEffectTargets(uint32 i, uint32 cur)
{
if (!m_originalCaster || !m_originalCaster->GetCurrentSpell(CURRENT_CHANNELED_SPELL))
{
- sLog->outError("SPELL: no current channeled spell for spell ID %u", m_spellInfo->Id);
+ sLog->outDebug(LOG_FILTER_SPELLS_AURAS, "SPELL: no current channeled spell for spell ID %u - spell triggering this spell was interrupted.", m_spellInfo->Id);
break;
}