Improve a warning message

This commit is contained in:
Chris Robinson
2010-08-04 06:18:23 -07:00
parent aea615edb3
commit 2aacca76de
+1 -1
View File
@@ -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);