summaryrefslogtreecommitdiffstats
path: root/source/Server.cpp
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2013-09-29 22:37:50 +0200
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2013-09-29 22:37:50 +0200
commit9c7cfd29ad435d98ab70ad32282b9ec4dac666cd (patch)
tree3dd3dc565892ffa61253d5a6cbdb5b3273cb5b2e /source/Server.cpp
parentUpdated README (diff)
downloadcuberite-9c7cfd29ad435d98ab70ad32282b9ec4dac666cd.tar
cuberite-9c7cfd29ad435d98ab70ad32282b9ec4dac666cd.tar.gz
cuberite-9c7cfd29ad435d98ab70ad32282b9ec4dac666cd.tar.bz2
cuberite-9c7cfd29ad435d98ab70ad32282b9ec4dac666cd.tar.lz
cuberite-9c7cfd29ad435d98ab70ad32282b9ec4dac666cd.tar.xz
cuberite-9c7cfd29ad435d98ab70ad32282b9ec4dac666cd.tar.zst
cuberite-9c7cfd29ad435d98ab70ad32282b9ec4dac666cd.zip
Diffstat (limited to 'source/Server.cpp')
-rw-r--r--source/Server.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Server.cpp b/source/Server.cpp
index 4283dbfae..fec8fcd36 100644
--- a/source/Server.cpp
+++ b/source/Server.cpp
@@ -206,8 +206,8 @@ bool cServer::InitServer(cIniFile & a_SettingsIni)
return false;
}
- LOGD("Compatible clients: %s", MCS_CLIENT_VERSIONS);
- LOGD("Compatible protocol versions %s", MCS_PROTOCOL_VERSIONS);
+ LOGINFO("Compatible clients: %s", MCS_CLIENT_VERSIONS);
+ LOGINFO("Compatible protocol versions %s", MCS_PROTOCOL_VERSIONS);
if (cSocket::WSAStartup() != 0) // Only does anything on Windows, but whatever
{