Changeset 4692:834121094e10 in roaraudio for libroar/vio.c


Ignore:
Timestamp:
12/28/10 16:18:10 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

some more debug lions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/vio.c

    r3898 r4692  
    295295 int fh; 
    296296 
     297 ROAR_DBG("roar_vio_simple_new_stream_obj(*) = ?"); 
     298 
    297299 if ( calls == NULL ) 
    298300  return -1; 
     
    304306 if ( (fh = roar_simple_new_stream_obj(con, s, rate, channels, bits, codec, dir)) == -1 ) { 
    305307  roar_libroar_warn(); 
     308  ROAR_DBG("roar_vio_simple_new_stream_obj(*) = -1"); 
    306309  return -1; 
    307310 } 
    308311 roar_libroar_warn(); 
     312 
     313 ROAR_DBG("roar_vio_simple_new_stream_obj(*): fh=%i", fh); 
    309314 
    310315 return roar_vio_open_fh_socket(calls, fh); 
Note: See TracChangeset for help on using the changeset viewer.