From 6e6eb4c13ead22caea15609139bbc95ce88156a9 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 8 Oct 2020 15:22:03 +0200 Subject: [PATCH] Fix VST3 scan message (use bundle, not module name) --- libs/ardour/plugin_manager.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/ardour/plugin_manager.cc b/libs/ardour/plugin_manager.cc index dda8e24471..b886a14a70 100644 --- a/libs/ardour/plugin_manager.cc +++ b/libs/ardour/plugin_manager.cc @@ -1686,7 +1686,6 @@ PluginManager::vst3_discover (string const& path, bool cache_only) return -1; } - ARDOUR::PluginScanMessage(_("VST3"), module_path, !(cache_only || cancelled())); DEBUG_TRACE (DEBUG::PluginManager, string_compose ("VST3: discover %1 (%2)\n", path, module_path)); if (!cache_only && vst3_scanner_bin_path.empty ()) {