From 2aacca76de7577db8632b796ce8e205207b23d68 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 4 Aug 2010 06:18:23 -0700 Subject: Improve a warning message --- Alc/pulseaudio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Alc') diff --git a/Alc/pulseaudio.c b/Alc/pulseaudio.c index e647ac5c..81e56cf8 100644 --- a/Alc/pulseaudio.c +++ b/Alc/pulseaudio.c @@ -330,7 +330,7 @@ static void stream_buffer_attr_callback(pa_stream *stream, void *pdata) //{{{ if(Device->NumUpdates <= 1) { Device->NumUpdates = 1; - AL_PRINT("PulseAudio returned tlength < minreq*2; expect break up\n"); + AL_PRINT("PulseAudio returned minreq > tlength/2; expect break up\n"); } ProcessContext(NULL); -- cgit v1.2.3