summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-10-05 22:56:56 +0200
committermadmaxoft <github@xoft.cz>2014-10-05 22:56:56 +0200
commitc94e82980e0c21f9a7ed18c5f3279e63849e8433 (patch)
treea53eb8f8f85d4742fb9b122559e30799ed9424c5
parentRemoved obsolete cMonster::eType. (diff)
downloadcuberite-c94e82980e0c21f9a7ed18c5f3279e63849e8433.tar
cuberite-c94e82980e0c21f9a7ed18c5f3279e63849e8433.tar.gz
cuberite-c94e82980e0c21f9a7ed18c5f3279e63849e8433.tar.bz2
cuberite-c94e82980e0c21f9a7ed18c5f3279e63849e8433.tar.lz
cuberite-c94e82980e0c21f9a7ed18c5f3279e63849e8433.tar.xz
cuberite-c94e82980e0c21f9a7ed18c5f3279e63849e8433.tar.zst
cuberite-c94e82980e0c21f9a7ed18c5f3279e63849e8433.zip
-rw-r--r--src/Mobs/Monster.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mobs/Monster.cpp b/src/Mobs/Monster.cpp
index cc48dba5e..73dbcb3c3 100644
--- a/src/Mobs/Monster.cpp
+++ b/src/Mobs/Monster.cpp
@@ -64,7 +64,7 @@ static const struct
eMonsterType StringToMobType(const AString & a_MobString)
{
- LOGWARNING("%s: Function is obsolete, use cMonster::StringToMobType() instead");
+ LOGWARNING("%s: Function is obsolete, use cMonster::StringToMobType() instead", __FUNCTION__);
return cMonster::StringToMobType(a_MobString);
}