Fixed Server.cpp
This commit is contained in:
parent
6f9c62172b
commit
9fab1d85bc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user