aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/pulseaudio.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2010-08-04 06:18:23 -0700
committerChris Robinson <[email protected]>2010-08-04 06:18:23 -0700
commit2aacca76de7577db8632b796ce8e205207b23d68 (patch)
tree27862e97d2b7ba604f1e4a67e68deae86f38e7ab /Alc/pulseaudio.c
parentaea615edb3c78323c0c53dad5ea5514436a48b75 (diff)
Improve a warning message
Diffstat (limited to 'Alc/pulseaudio.c')
-rw-r--r--Alc/pulseaudio.c2
1 files changed, 1 insertions, 1 deletions
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);