Changeset 729:215a18cb4875 in roaraudio


Ignore:
Timestamp:
09/02/08 20:16:29 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

use ROAR_DBG() not plain printf()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/loop.c

    r668 r729  
    7979  if ( g_standby ) { 
    8080   usleep((1000000 * ROAR_OUTPUT_BUFFER_SAMPLES) / sa->rate); 
    81    printf("usleep(%u) = ?\n", (1000000 * ROAR_OUTPUT_BUFFER_SAMPLES) / sa->rate); 
     81   ROAR_DBG("usleep(%u) = ?\n", (1000000 * ROAR_OUTPUT_BUFFER_SAMPLES) / sa->rate); 
    8282  } else { 
    8383   clients_send_filter(sa, g_pos); 
Note: See TracChangeset for help on using the changeset viewer.