Changeset 2397:f22c72e89b6e in roaraudio


Ignore:
Timestamp:
08/17/09 02:46:01 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

some more debug lions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/streams.c

    r2390 r2397  
    13781378 
    13791379 if ( antiecho ) { 
     1380  ROAR_DBG("streams_send_mon(id=%i): antiecho=%i", id, antiecho); 
    13801381  if ( roar_remove_init(&removalstate) == -1 ) { 
    13811382   _return(-1); 
    13821383  } 
    13831384 
     1385  ROAR_DBG("streams_send_mon(id=%i): antiecho=%i", id, antiecho); 
    13841386  if ( roar_remove_so(obuf, ip, ROAR_OUTPUT_BUFFER_SAMPLES*g_sa->channels, g_sa->bits, &removalstate) == -1 ) { 
     1387   ROAR_DBG("streams_send_mon(id=%i): anti echo failed", id); 
    13851388   _return(-1); 
    13861389  } 
     1390  ROAR_DBG("streams_send_mon(id=%i): antiecho=%i", id, antiecho); 
    13871391 } 
    13881392 
Note: See TracChangeset for help on using the changeset viewer.