more comments

This commit is contained in:
Dhanya Maliakal
2017-08-07 10:39:29 +02:00
parent c0d6958e37
commit 0cd18a3b7a

View File

@ -142,9 +142,10 @@ void slsReceiverTCPIPInterface::stop(){
FILE_LOG(logINFO) << "Shutting down TCP Socket";
killTCPServerThread = 1;
if(mySock) mySock->ShutDownSocket();
FILE_LOG(logDEBUG) << "Socket closed";
FILE_LOG(logDEBUG) << "TCP Socket closed";
pthread_join(TCPServer_thread, NULL);
killTCPServerThread = 0;
FILE_LOG(logINFO) << "TCP Server Thread closed";
}