Changeset 525:57dc0b2f5ee6 in roaraudio


Ignore:
Timestamp:
08/16/08 01:05:53 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added debug line for connect

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/req.c

    r498 r525  
    125125 if ( type == ROAR_SOCKET_TYPE_FORK ) // why should we connect to ourself? 
    126126  return -1; 
     127 
     128 ROAR_DBG("req_on_con_stream(*): CONNECT(type=%i, host='%s', port=%i)", type, host, port); 
    127129 
    128130 if ( (fh = roar_socket_open(ROAR_SOCKET_MODE_CONNECT, type, host, port)) == -1 ) 
Note: See TracChangeset for help on using the changeset viewer.