Skip to content

Commit

Permalink
Quieten a debug message.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebrady committed May 6, 2015
1 parent 460f844 commit 511fc7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion player.c
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ static void *player_thread_func(void *arg) {

// only allow stuffing if there is enough time to do it -- check DAC buffer...
if (current_delay<DAC_BUFFER_QUEUE_MINIMUM_LENGTH) {
debug(1,"DAC buffer too short to allow stuffing.");
// debug(1,"DAC buffer too short to allow stuffing.");
amount_to_stuff=0;
}

Expand Down

0 comments on commit 511fc7f

Please sign in to comment.