mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
print a warning if CoreAudio falls back to non realtime priority
This commit is contained in:
parent
27f347a5de
commit
957f59f351
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue