Changeset 4949:7ebd4f3c551e in roaraudio


Ignore:
Timestamp:
05/12/11 11:19:23 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added some debug lions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/req.c

    r4948 r4949  
    368368 } 
    369369 
     370 ROAR_DBG("req_on_exec_stream(client=%i,...): non stream exec", client); 
     371 
    370372 if ( mes->datalen < 4*2 ) 
    371373  return -1; 
     374 
     375 ROAR_DBG("req_on_exec_stream(client=%i,...) = ?", client); 
    372376 
    373377 for (i = 0; i < 4; i++) { 
     
    381385  return -1; 
    382386 
     387 ROAR_DBG("req_on_exec_stream(client=%i,...) = ?", client); 
     388 
    383389 memset(&m, 0, sizeof(m)); 
    384390 
     
    393399 if ( sock == -1 ) 
    394400  return -1; 
     401 
     402 ROAR_DBG("req_on_exec_stream(client=%i,...) = ?", client); 
    395403 
    396404 roar_connect_fh(&con, sock); 
     
    401409 clients_delete(client); 
    402410 
     411 ROAR_DBG("req_on_exec_stream(client=%i,...): calling clients_new_from_fh(): sock=%i, d={?, ?, %i, %i}", client, sock, (int)d[2], (int)d[3]); 
    403412 clients_new_from_fh(sock, d[2], d[3], 1); 
     413 
     414 ROAR_DBG("req_on_exec_stream(client=%i,...) = 0", client); 
    404415 
    405416 return 0; 
Note: See TracChangeset for help on using the changeset viewer.