From 82ca56f0bd08af71097458cfcfa3e87e842b2f74 Mon Sep 17 00:00:00 2001 From: jules Date: Fri, 17 Jan 2014 10:26:48 +0000 Subject: [PATCH] Added VST version to logged info. --- .../juce_audio_processors/format_types/juce_VSTPluginFormat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp b/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp index 4170d218d4..1aa6bfdf5b 100644 --- a/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp +++ b/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp @@ -839,7 +839,7 @@ public: jassert (MessageManager::getInstance()->isThisTheMessageThread()); #endif - JUCE_VST_LOG ("Initialising VST: " + module->pluginName); + JUCE_VST_LOG ("Initialising VST: " + module->pluginName + " (" + getVersion() + ")"); initialised = true; setPlayConfigDetails (effect->numInputs, effect->numOutputs,