diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-09-08 13:43:08 +0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-09-08 13:43:08 +0300 |
commit | 8a74ae3846bc1fb887c80a355265e701f1546df6 (patch) | |
tree | 2142678186ce07930c50523b0eadf7fbcf0464ae /audio | |
parent | 2a8fb41c4c57b24a22f3adaab472b416faae122e (diff) |
Use DBG instead of printf for debug print
Diffstat (limited to 'audio')
-rw-r--r-- | audio/pcm_bluetooth.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |