13
0

more vst debug output for solv

git-svn-id: svn://localhost/ardour2/trunk@1206 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2006-12-14 03:24:09 +00:00
parent 22b0b03ece
commit a358d351a1

View File

@ -381,6 +381,7 @@ PluginManager::vst_discover (string path)
FSTInfo* finfo;
if ((finfo = fst_get_info (const_cast<char *> (path.c_str()))) == 0) {
cerr << "Cannot get VST info from " << path << endl;
return -1;
}