Fix missing line break in initialization message

This commit is contained in:
Robbert van der Helm
2023-03-26 15:30:28 +02:00
parent 0501aefd69
commit fc8359fafb
+2 -1
View File
@@ -207,7 +207,8 @@ class PluginBridge {
<< " With a low memory locking limit, yabridge may not be"
<< std::endl;
init_msg << " be able to lock its shared memory audio "
"buffers into";
"buffers into"
<< std::endl;
init_msg << " main memory. Performance may be degraded until "
"you fix "
<< std::endl;