Changeset 2038:f4c77a931491 in roaraudio


Ignore:
Timestamp:
06/21/09 17:51:09 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

we now support -DDEBUG again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/stream.c

    r1963 r2038  
    230230 m.datalen = 0; 
    231231 
    232  ROAR_DBG("roar_stream_passfh(con={.fh=%i,...}, s={.id=%i,...}, fh=%i) = ?", con->fh, s->id, fh); 
     232 ROAR_DBG("roar_stream_passfh(con=%p{...}, s={.id=%i,...}, fh=%i) = ?", con, s->id, fh); 
    233233 
    234234 if ( (confh = roar_get_connection_fh(con)) == -1 ) 
     
    236236 
    237237 if ( roar_send_message(con, &m, NULL) == -1 ) { 
    238   ROAR_DBG("roar_stream_passfh(con={.fh=%i,...}, s={.id=%i,...}, fh=%i) = -1 // can not send message", con->fh, s->id, fh); 
     238  ROAR_DBG("roar_stream_passfh(con=%p{...}, s={.id=%i,...}, fh=%i) = -1 // can not send message", con, s->id, fh); 
    239239  return -1; 
    240240 } 
Note: See TracChangeset for help on using the changeset viewer.