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() );