1
0

Fixed Server.cpp

This commit is contained in:
Creaprog 2015-02-16 09:27:52 +01:00
parent 6f9c62172b
commit 9fab1d85bc

View File

@ -85,7 +85,7 @@ int cServer::Init(short a_ListenPort, short a_ConnectPort)
void cServer::Run(void) void cServer::Run(void)
{ {
LOG("Server running."); LOGINFO("Server running.");
while (true) while (true)
{ {
sockaddr_in Addr; sockaddr_in Addr;