Skip to content

Commit 885e6f4

Browse files
m0dBcr7pt0gr4ph7
andauthored
Update src/soundio/sounddeviceportaudio.cpp
Co-authored-by: Lukas Waslowski <cr7pt0gr4ph7@gmail.com>
1 parent 8b31ff3 commit 885e6f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/soundio/sounddeviceportaudio.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ SoundDeviceStatus SoundDevicePortAudio::close() {
476476
// stream has become inactive.
477477
err = Pa_StopStream(pStream);
478478
if (err != paNoError) {
479-
qWarning() << "PortAudio: Stop stream error:"
479+
qWarning() << "PortAudio: Error while attempting to stop stream:"
480480
<< Pa_GetErrorText(err) << m_deviceId;
481481
}
482482
}

0 commit comments

Comments
 (0)