Enabled one debug message.

This commit is contained in:
Rolf Ahrenberg 2010-12-08 18:33:24 +02:00
parent cfb60a06ba
commit 8ba0b3a417
1 changed files with 1 additions and 1 deletions

View File

@ -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