Changeset 3956:3f62a7d00c0c in roaraudio for libroar/socket.c


Ignore:
Timestamp:
06/25/10 03:34:15 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added --proto-profile and --list-profiles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/socket.c

    r3901 r3956  
    541541 
    542542 ROAR_DBG("roar_socket_open(*): type=%s, host='%s', port=%i", 
    543              type == ROAR_SOCKET_TYPE_UNIX ? "UNIX" : "INET", host, port); 
     543             type == ROAR_SOCKET_TYPE_UNIX ? "UNIX" : "???", host, port); 
    544544 
    545545 if ( type == ROAR_SOCKET_TYPE_DECNET ) { 
     
    592592#if defined(ROAR_HAVE_IPV4) || defined(ROAR_HAVE_IPV6) 
    593593 
    594   ROAR_DBG("roar_socket_open(*) = ?"); 
     594  ROAR_DBG("roar_socket_open(*): type=INET|INET6, host='%s', port=%i", host, port); 
    595595 
    596596  roar_socket_win32_init(); // we need to do this early as gethostbyname() requires this. 
     597 
     598  ROAR_DBG("roar_socket_open(*): type=INET|INET6, host='%s', port=%i", host, port); 
    597599 
    598600  if ( (he = gethostbyname(host)) == NULL ) { 
Note: See TracChangeset for help on using the changeset viewer.