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:
parent
9d2c841843
commit
37c1f8b16f
@ -167,7 +167,7 @@ bool cListenThread::CreateSockets(const AString & a_PortsString)
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
LOGD("%sPort %d is open for connections", FamilyStr, Port);
|
LOGINFO("%sPort %d is open for connections", FamilyStr, Port);
|
||||||
} // for itr - Ports[]
|
} // for itr - Ports[]
|
||||||
|
|
||||||
return !(m_Sockets.empty());
|
return !(m_Sockets.empty());
|
||||||
|
Loading…
Reference in New Issue
Block a user