Mercurial > mplayer.hg
changeset 12819:e28849cfac27
removed status in debug_msg as it is nonsens anyway.
author | joyping |
---|---|
date | Wed, 14 Jul 2004 15:46:33 +0000 |
parents | 8904d42e00ce |
children | 48294a6def86 |
files | libao2/ao_alsa.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libao2/ao_alsa.c Wed Jul 14 14:35:45 2004 +0000 +++ b/libao2/ao_alsa.c Wed Jul 14 15:46:33 2004 +0000 @@ -1104,7 +1104,7 @@ } if (snd_pcm_status_get_state(status) != SND_PCM_STATE_RUNNING) - mp_msg(MSGT_AO,MSGL_V,"alsa-space: free space = %i, status=%i, %s --\n", ret, status, str_status); + mp_msg(MSGT_AO,MSGL_V,"alsa-space: free space = %i, %s --\n", ret, str_status); if (ret < 0) { mp_msg(MSGT_AO,MSGL_ERR,"negative value!!\n");