diff --git a/src/plugin/bridges/vst2.cpp b/src/plugin/bridges/vst2.cpp index 5872f963..d3c2b40e 100644 --- a/src/plugin/bridges/vst2.cpp +++ b/src/plugin/bridges/vst2.cpp @@ -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,