aboutsummaryrefslogtreecommitdiff
path: root/src/game/MotionMaster.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-03-23 20:09:55 -0600
committermegamage <none@none>2009-03-23 20:09:55 -0600
commit04b27302b0bde197bd78f84ba77f0736a48f152f (patch)
treed69ed3646e1ab129842fc830ae8cb9740945e93d /src/game/MotionMaster.cpp
parent84d0aae7fcc33cd1eb19bdb9f56c9a8014d0f759 (diff)
*Add new log level "crash alarm" to record very dangerous errors.
--HG-- branch : trunk
Diffstat (limited to 'src/game/MotionMaster.cpp')
-rw-r--r--src/game/MotionMaster.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/MotionMaster.cpp b/src/game/MotionMaster.cpp
index 8d26348c85e..6dcf2d0e214 100644
--- a/src/game/MotionMaster.cpp
+++ b/src/game/MotionMaster.cpp
@@ -515,7 +515,7 @@ void MotionMaster::DirectDelete(_Ty curr)
void MotionMaster::DelayedDelete(_Ty curr)
{
- sLog.outError("CRASH ALARM! Unit (Entry %u) is trying to delete its updating MG (Type %u)!", i_owner->GetEntry(), curr->GetMovementGeneratorType());
+ sLog.outCrash("Unit (Entry %u) is trying to delete its updating MG (Type %u)!", i_owner->GetEntry(), curr->GetMovementGeneratorType());
if(isStatic(curr))
return;
if(!m_expList)