mirror of
https://github.com/rofafor/vdr-plugin-iptv.git
synced 2023-10-10 13:37:03 +02:00
Enabled one debug message.
This commit is contained in:
parent
cfb60a06ba
commit
8ba0b3a417
2
socket.c
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user