mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-15 09:55:55 +01:00
Downgrade warning (about I/O priority)
This commit is contained in:
parent
5fdc7c4601
commit
7bfd128a75
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ Butler::thread_work ()
|
|||
#ifdef HAVE_IOPRIO
|
||||
// ioprio_set (IOPRIO_WHO_PROCESS, 0 /*calling thread*/, IOPRIO_PRIO_VALUE (IOPRIO_CLASS_RT, 4))
|
||||
if (0 != syscall (SYS_ioprio_set, 1, 0, (1 << 13) | 4)) {
|
||||
warning << _("Cannot set I/O Priority for disk read/write thread") << endmsg;
|
||||
info << _("Cannot set I/O Priority for disk read/write thread") << endmsg;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue