diff --git a/libs/ardour/butler.cc b/libs/ardour/butler.cc index af3e8097cb..7fb6c6ee39 100644 --- a/libs/ardour/butler.cc +++ b/libs/ardour/butler.cc @@ -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