From fc35b6c9c85dc824ab702ce4c62d1e5c4f155ba6 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Tue, 26 May 2020 17:07:14 +0200 Subject: [PATCH] Show the init message before launching VST host --- src/plugin/plugin-bridge.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugin/plugin-bridge.cpp b/src/plugin/plugin-bridge.cpp index c8734516..e6816f3e 100644 --- a/src/plugin/plugin-bridge.cpp +++ b/src/plugin/plugin-bridge.cpp @@ -76,8 +76,8 @@ PluginBridge::PluginBridge(audioMasterCallback host_callback) wine_version(get_wine_version()), wine_stdout(io_context), wine_stderr(io_context) { - launch_vst_host(); log_init_message(); + launch_vst_host(); // Print the Wine host's STDOUT and STDERR streams to the log file. This // should be done before trying to accept the sockets as otherwise we will