From 37c1f8b16f6046149a9d0c72043aa71c22c86071 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Tue, 5 Mar 2013 11:43:14 +0000 Subject: Listening ports are now logged git-svn-id: http://mc-server.googlecode.com/svn/trunk@1254 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/ListenThread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/ListenThread.cpp') diff --git a/source/ListenThread.cpp b/source/ListenThread.cpp index e1031a3cd..eaf60c4de 100644 --- a/source/ListenThread.cpp +++ b/source/ListenThread.cpp @@ -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()); -- cgit v1.2.3