13
0

print a warning if CoreAudio falls back to non realtime priority

This commit is contained in:
Robin Gareus 2016-08-22 17:38:45 +02:00
parent 27f347a5de
commit 957f59f351

View File

@ -820,6 +820,7 @@ CoreAudioBackend::create_process_thread (boost::function<void()> func)
pthread_attr_destroy (&attr);
return -1;
}
PBD::warning << _("AudioEngine: process thread failed to acquire realtime permissions.") << endmsg;
pthread_attr_destroy (&attr);
}