diff options
Diffstat (limited to '')
-rw-r--r-- | source/ListenThread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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());
|