Add unknown interface logging on the Wine side

This commit is contained in:
Robbert van der Helm
2020-12-25 15:23:54 +01:00
parent cc2e12c8e4
commit 8a56b67cb3
6 changed files with 28 additions and 15 deletions
+2
View File
@@ -40,6 +40,8 @@ Vst3Bridge::Vst3Bridge(MainContext& main_context,
std::string plugin_dll_path,
std::string endpoint_base_dir)
: HostBridge(plugin_dll_path),
generic_logger(Logger::create_wine_stderr()),
logger(generic_logger),
main_context(main_context),
sockets(main_context.context, endpoint_base_dir, false) {
std::string error;