mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Fix missing line break in initialization message
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user