Changeset 4283:27eefd9bc8e6 in roaraudio


Ignore:
Timestamp:
08/28/10 22:37:25 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

more debug lions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/req.c

    r4281 r4283  
    873873         case ROAR_LTM_MT_RMS: 
    874874           *d64ptr = ltm->cur[h].rms; 
     875           ROAR_ERR("req_on_get_stream_para(client=%i, ...): rms=%lli to %p", client, (long long int)*d64ptr, d64ptr); 
    875876          break; 
    876877         default: 
     
    890891 
    891892    mes->datalen = needed * 8; 
     893    ROAR_DBG("req_on_get_stream_para(client=%i, ...): LTM d64=%p, d64ptr=%p", client, d64, d64ptr); 
    892894    ROAR_DBG("req_on_get_stream_para(client=%i, ...): LTM final message has %i byte of data", client, (int)mes->datalen); 
    893895    ROAR_DBG("req_on_get_stream_para(client=%i, ...): LTM GET_RAW request: OK. returning...", client); 
Note: See TracChangeset for help on using the changeset viewer.