From 8a74ae3846bc1fb887c80a355265e701f1546df6 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 8 Sep 2008 13:43:08 +0300 Subject: Use DBG instead of printf for debug print --- audio/pcm_bluetooth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/pcm_bluetooth.c') diff --git a/audio/pcm_bluetooth.c b/audio/pcm_bluetooth.c index cc1df64f..0bf32c8e 100644 --- a/audio/pcm_bluetooth.c +++ b/audio/pcm_bluetooth.c @@ -1083,7 +1083,7 @@ static snd_pcm_sframes_t bluetooth_a2dp_write(snd_pcm_ioplug_t *io, /* No space left for another frame then send */ if (a2dp->count + written >= data->link_mtu) { avdtp_write(data); - printf("sending packet %d, count %d, link_mtu %u", + DBG("sending packet %d, count %d, link_mtu %u", a2dp->seq_num, a2dp->count, data->link_mtu); } -- cgit