diff options
author | Creaprog <creaprog@gmail.com> | 2015-02-16 09:27:52 +0100 |
---|---|---|
committer | Creaprog <creaprog@gmail.com> | 2015-02-16 09:27:52 +0100 |
commit | 9fab1d85bc5508a941a1cb80e61e7a23b29c51ea (patch) | |
tree | f2ae3d3babab97126d91c0e2218e522710756d5d /Tools/ProtoProxy/Server.cpp | |
parent | Fixed Server.cpp (diff) | |
download | cuberite-9fab1d85bc5508a941a1cb80e61e7a23b29c51ea.tar cuberite-9fab1d85bc5508a941a1cb80e61e7a23b29c51ea.tar.gz cuberite-9fab1d85bc5508a941a1cb80e61e7a23b29c51ea.tar.bz2 cuberite-9fab1d85bc5508a941a1cb80e61e7a23b29c51ea.tar.lz cuberite-9fab1d85bc5508a941a1cb80e61e7a23b29c51ea.tar.xz cuberite-9fab1d85bc5508a941a1cb80e61e7a23b29c51ea.tar.zst cuberite-9fab1d85bc5508a941a1cb80e61e7a23b29c51ea.zip |
Diffstat (limited to '')
-rw-r--r-- | Tools/ProtoProxy/Server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/ProtoProxy/Server.cpp b/Tools/ProtoProxy/Server.cpp index e27c86e10..5bba98057 100644 --- a/Tools/ProtoProxy/Server.cpp +++ b/Tools/ProtoProxy/Server.cpp @@ -85,7 +85,7 @@ int cServer::Init(short a_ListenPort, short a_ConnectPort) void cServer::Run(void) { - LOG("Server running."); + LOGINFO("Server running."); while (true) { sockaddr_in Addr; |