diff options
Diffstat (limited to '')
-rw-r--r-- | source/ClientHandle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/ClientHandle.cpp b/source/ClientHandle.cpp index d677065a4..5967421df 100644 --- a/source/ClientHandle.cpp +++ b/source/ClientHandle.cpp @@ -1391,7 +1391,7 @@ void cClientHandle::SendPlayerSpawn(const cPlayer & a_Player) return; } - LOG("Spawning player \"%s\" on client \"%s\" @ %s", + LOGD("Spawning player \"%s\" on client \"%s\" @ %s", a_Player.GetName().c_str(), GetPlayer()->GetName().c_str(), GetIPString().c_str() ); |