Reformat the REAPER host functions warning

So it's a bit nicer to look at.
This commit is contained in:
Robbert van der Helm
2021-06-12 17:31:15 +02:00
parent 9c439b62e3
commit 71cb421032
+4 -4
View File
@@ -150,11 +150,11 @@ Vst2PluginBridge::Vst2PluginBridge(audioMasterCallback host_callback)
case audioMasterDeadBeef:
logger.log("");
logger.log(
" The plugin wants to use REAPER's host vendor "
"extensions");
" The plugin wants to use REAPER's host vendor");
logger.log(
" which currently aren't supported by yabridge.");
logger.log(" Ignoring the request.");
" extensions which currently aren't supported "
"by");
logger.log(" yabridge. Ignoring the request.");
logger.log("");
return Vst2EventResult{.return_value = 0,