[Mplayer-cvslog] CVS: main/libao2 ao_alsa.c,1.5,1.6

joy_ping CVS syncmail at mplayerhq.hu
Wed Jul 14 17:46:36 CEST 2004


CVS change done by joy_ping CVS

Update of /cvsroot/mplayer/main/libao2
In directory mail:/var2/tmp/cvs-serv13667

Modified Files:
	ao_alsa.c 
Log Message:
removed status in debug_msg as it is nonsens anyway.



Index: ao_alsa.c
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/ao_alsa.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ao_alsa.c	14 Jul 2004 00:48:26 -0000	1.5
+++ ao_alsa.c	14 Jul 2004 15:46:33 -0000	1.6
@@ -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");




More information about the MPlayer-cvslog mailing list