Changeset 684:1fe916239c1f in roaraudio for libroardsp/filter_lowp.c


Ignore:
Timestamp:
08/27/08 17:06:23 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

fixed debug output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroardsp/filter_lowp.c

    r680 r684  
    9898 *(float*)data = oldfreq; 
    9999 
    100  ROAR_DBG("roardsp_lowp_ctl(); oldfreq=%f, newfreq=%f", oldfreq, newfreq); 
     100 ROAR_DBG("roardsp_lowp_ctl(*): oldfreq=%f, newfreq=%f", oldfreq, newfreq); 
    101101 
    102102 return 0; 
Note: See TracChangeset for help on using the changeset viewer.