[Summary] Corrected log in waves API on Windows

This commit is contained in:
Greg Zharun 2014-07-09 11:24:41 +03:00
parent 252edfad87
commit e6f3b19674

View file

@ -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;
}