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" << " With a low memory locking limit, yabridge may not be"
<< std::endl; << std::endl;
init_msg << " be able to lock its shared memory audio " 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 " init_msg << " main memory. Performance may be degraded until "
"you fix " "you fix "
<< std::endl; << std::endl;