1
0

Listening ports are now logged

git-svn-id: http://mc-server.googlecode.com/svn/trunk@1254 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
madmaxoft@gmail.com 2013-03-05 11:43:14 +00:00
parent 9d2c841843
commit 37c1f8b16f

View File

@ -167,7 +167,7 @@ bool cListenThread::CreateSockets(const AString & a_PortsString)
continue;
}
LOGD("%sPort %d is open for connections", FamilyStr, Port);
LOGINFO("%sPort %d is open for connections", FamilyStr, Port);
} // for itr - Ports[]
return !(m_Sockets.empty());