mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 14:45:43 +01:00
more vst debug output for solv
git-svn-id: svn://localhost/ardour2/trunk@1206 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
22b0b03ece
commit
a358d351a1
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue