diff --git a/socket.c b/socket.c index b63c381..8708d14 100644 --- a/socket.c +++ b/socket.c @@ -267,7 +267,7 @@ void cIptvTcpSocket::CloseSocket(void) bool cIptvTcpSocket::ConnectSocket(void) { - //debug("cIptvTcpSocket::ConnectSocket()\n"); + debug("cIptvTcpSocket::ConnectSocket()\n"); if (!isActive && (socketDesc >= 0)) { int retval = connect(socketDesc, (struct sockaddr *)&sockAddr, sizeof(sockAddr)); // Non-blocking sockets always report in-progress error when connected