fixed argument being passed into errormessage of vsteffect
This commit is contained in:
@@ -135,7 +135,7 @@ void VstEffect::openPlugin( const QString & _plugin )
|
||||
m_pluginMutex.unlock();
|
||||
closePlugin();
|
||||
delete tf;
|
||||
logError( VstPlugin::tr( "The VST plugin %1 could not be loaded." ) );
|
||||
logError( VstPlugin::tr( "The VST plugin %1 could not be loaded." ).arg( _plugin ) );
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user