From 914a318b8eab1d5cf913d3707a7af244b58a9bfb Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Fri, 4 Oct 2013 22:22:01 +0100 Subject: Made MagicCarpet more magical! --- source/Server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/Server.cpp b/source/Server.cpp index dd18f8d3d..5e65213fd 100644 --- a/source/Server.cpp +++ b/source/Server.cpp @@ -321,7 +321,7 @@ void cServer::OnConnectionAccepted(cSocket & a_Socket) return; } - LOG("Client \"%s\" connected!", ClientIP.c_str()); + LOGD("Client \"%s\" connected!", ClientIP.c_str()); cClientHandle * NewHandle = new cClientHandle(&a_Socket, m_ClientViewDistance); if (!m_SocketThreads.AddClient(a_Socket, NewHandle)) -- cgit v1.2.3