minor fix for wavesaudio backend after earlier changes + merge/meld madness

This commit is contained in:
Paul Davis 2015-05-13 20:29:27 -04:00
parent 943394a49a
commit 3adfa9ef57

View file

@ -770,7 +770,7 @@ WavesAudioBackend::_audio_device_callback (const float* input_buffer,
}
if (_main_thread != pthread_self() ) {
std::cerr << "Process thread ID has changed. Expected thread: " << process_id << " current thread: " << pthread_self() << std::dec << " !" << std::endl;
std::cerr << "Process thread ID has changed. Expected thread: " << _main_thread << " current thread: " << pthread_self() << std::dec << " !" << std::endl;
_main_thread = pthread_self();
}