PulseAudio: remove debug warning of Underrun

The QAudio::UnderrunError is a normal error and is already reported
to the user.

Change-Id: I0ee5d827666fb08b5eb199255b3b3c5610f743c2
Reviewed-by: Yoann Lopes <yoann.lopes@theqtcompany.com>
This commit is contained in:
Dyami Caliri
2016-02-26 14:24:05 -08:00
parent 787211c1d2
commit 176179fb32

View File

@@ -85,7 +85,6 @@ static void outputStreamUnderflowCallback(pa_stream *stream, void *userdata)
{
Q_UNUSED(stream)
((QPulseAudioOutput*)userdata)->streamUnderflowCallback();
qWarning() << "Got a buffer underflow!";
}
static void outputStreamOverflowCallback(pa_stream *stream, void *userdata)