mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
minor fix for wavesaudio backend after earlier changes + merge/meld madness
This commit is contained in:
parent
943394a49a
commit
3adfa9ef57
1 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue