diff options
author | joyping <joyping@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-07-14 15:46:33 +0000 |
---|---|---|
committer | joyping <joyping@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-07-14 15:46:33 +0000 |
commit | e178b251518b9133eeaec487413e536f5625d077 (patch) | |
tree | 43c31ae9e55df19c448c6d2cd23f73463418459c | |
parent | d8b805bd173930ea29c29588a2b49e390202a2a4 (diff) | |
download | mpv-e178b251518b9133eeaec487413e536f5625d077.tar.bz2 mpv-e178b251518b9133eeaec487413e536f5625d077.tar.xz |
removed status in debug_msg as it is nonsens anyway.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12820 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | libao2/ao_alsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libao2/ao_alsa.c b/libao2/ao_alsa.c index ab11e1f139..108c3d255f 100644 --- a/libao2/ao_alsa.c +++ b/libao2/ao_alsa.c @@ -1104,7 +1104,7 @@ static int get_space() } 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"); |