From e7cbd9e21e9aeeef758d2601ef3dbfe467413e4a Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Thu, 8 Oct 2020 14:37:22 +0200 Subject: [PATCH] Slightly clean up the libSwell message --- src/plugin/plugin-bridge.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/plugin/plugin-bridge.cpp b/src/plugin/plugin-bridge.cpp index 99ec296d..3e17c666 100644 --- a/src/plugin/plugin-bridge.cpp +++ b/src/plugin/plugin-bridge.cpp @@ -496,9 +496,8 @@ intptr_t PluginBridge::dispatch(AEffect* /*plugin*/, logger.log(""); logger.log( - " The host has requested libSwell GUI support which is "); - logger.log( - " not supported when using Wine, ignoring the request."); + " The host has requested libSwell GUI support, which is"); + logger.log(" not supported when using Wine."); logger.log( " You can safely ignore this message; this is normal"); logger.log(" when using REAPER.");