From e6f3b196743e31cfb37689133201121e2a0257bd Mon Sep 17 00:00:00 2001 From: Greg Zharun Date: Wed, 9 Jul 2014 11:24:41 +0300 Subject: [PATCH] [Summary] Corrected log in waves API on Windows --- .../wavesapi/devicemanager/WCMRPortAudioDeviceManager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/backends/wavesaudio/wavesapi/devicemanager/WCMRPortAudioDeviceManager.cpp b/libs/backends/wavesaudio/wavesapi/devicemanager/WCMRPortAudioDeviceManager.cpp index 7858a827aa..7fcb4f60c4 100644 --- a/libs/backends/wavesaudio/wavesapi/devicemanager/WCMRPortAudioDeviceManager.cpp +++ b/libs/backends/wavesaudio/wavesapi/devicemanager/WCMRPortAudioDeviceManager.cpp @@ -827,8 +827,8 @@ void WCMRPortAudioDevice::activateDevice (bool callerIsWaiting/*=false*/) else { //failed, do not update device state - std::cout << "Failed to open pa stream stream " << paErr << std::endl; - DEBUG_MSG( "Failed to open pa stream stream " << paErr ); + std::cout << "Failed to open pa stream " << paErr << std::endl; + DEBUG_MSG( "Failed to open pa stream " << paErr ); m_ConnectionStatus = DeviceErrors; m_lastErr = eAsioFailed; }