From 71cb421032f800d76d2d996cb7e811b9fd5103c1 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sat, 12 Jun 2021 17:31:15 +0200 Subject: [PATCH] Reformat the REAPER host functions warning So it's a bit nicer to look at. --- src/plugin/bridges/vst2.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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,