From 77280e7059f4bd9f52ac606a2190af78a1b55c0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Sat, 3 Feb 2007 10:46:14 +0000 Subject: Remove a debug output. CVS patchset: 8584 CVS date: 2007/02/03 10:46:14 --- src/audio_out/audio_pulse_out.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/audio_out/audio_pulse_out.c b/src/audio_out/audio_pulse_out.c index 834429d10..d04856c61 100644 --- a/src/audio_out/audio_pulse_out.c +++ b/src/audio_out/audio_pulse_out.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: audio_pulse_out.c,v 1.10 2007/02/03 10:45:02 dgp85 Exp $ + * $Id: audio_pulse_out.c,v 1.11 2007/02/03 10:46:14 dgp85 Exp $ * * ao plugin for pulseaudio (rename of polypaudio): * http://0pointer.de/lennart/projects/pulsaudio/ @@ -256,7 +256,6 @@ static int ao_pulse_open(ao_driver_t *this_gen, xine_usec_sleep (100); streamstate = pa_stream_get_state(this->stream); - fprintf(stderr, "PulseAudio stream state: %d\n", streamstate); } while (streamstate < PA_STREAM_READY); if (streamstate != PA_STREAM_READY) { -- cgit v1.2.3