diff options
Diffstat (limited to '')
-rw-r--r-- | source/Player.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Player.cpp b/source/Player.cpp index 865ff24d6..1a051f95b 100644 --- a/source/Player.cpp +++ b/source/Player.cpp @@ -896,7 +896,7 @@ bool cPlayer::MoveToWorld(const char * a_WorldName) cWorld * World = cRoot::Get()->GetWorld(a_WorldName); if (World == NULL) { - LOG("%s: Couldn't find world \"%s\".", a_WorldName); + LOG("%s: Couldn't find world \"%s\".", __FUNCTION__, a_WorldName); return false; } |