summaryrefslogtreecommitdiffstats
path: root/source/Server.cpp
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2013-10-04 23:22:01 +0200
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2013-10-04 23:22:01 +0200
commit914a318b8eab1d5cf913d3707a7af244b58a9bfb (patch)
tree63c86277447837795c569677c9462c1c0b58216f /source/Server.cpp
parentFixed discrepancy (diff)
downloadcuberite-914a318b8eab1d5cf913d3707a7af244b58a9bfb.tar
cuberite-914a318b8eab1d5cf913d3707a7af244b58a9bfb.tar.gz
cuberite-914a318b8eab1d5cf913d3707a7af244b58a9bfb.tar.bz2
cuberite-914a318b8eab1d5cf913d3707a7af244b58a9bfb.tar.lz
cuberite-914a318b8eab1d5cf913d3707a7af244b58a9bfb.tar.xz
cuberite-914a318b8eab1d5cf913d3707a7af244b58a9bfb.tar.zst
cuberite-914a318b8eab1d5cf913d3707a7af244b58a9bfb.zip
Diffstat (limited to '')
-rw-r--r--source/Server.cpp2
1 files changed, 1 insertions, 1 deletions
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))