mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +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"
|
<< " 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;
|
||||||
|
|||||||
Reference in New Issue
Block a user