RemoteVstPlugin: less verbose debug message

This commit is contained in:
Tobias Doerffel
2012-12-02 22:09:28 +01:00
parent 5f298c0c48
commit f28601db5d

View File

@@ -637,10 +637,7 @@ bool RemoteVstPlugin::load( const std::string & _plugin_file )
if( m_plugin->magic != kEffectMagic )
{
char buf[256];
sprintf( buf, "%s is not a VST plugin\n",
_plugin_file.c_str() );
debugMessage( buf );
debugMessage( "File is not a VST plugin\n" );
return false;
}