Fix a slightly misleading logf
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18026 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
158051cecc
commit
4d97165bf6
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ void pcm_play_data(pcm_more_callback_type get_more,
|
|||
|
||||
pcm_callback_for_more = get_more;
|
||||
|
||||
logf(" pcm_play_dma_start");
|
||||
logf(" pcm_play_data_start");
|
||||
pcm_play_data_start(start, size);
|
||||
|
||||
pcm_play_unlock();
|
||||
|
|
Loading…
Reference in a new issue