mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-27 17:07:40 +01:00
More verbosity for Linux VST loading.
git-svn-id: svn://localhost/ardour2/branches/3.0@11542 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
204baa31d8
commit
19667afd7f
1 changed files with 1 additions and 0 deletions
|
|
@ -369,6 +369,7 @@ vstfx_get_info (char* dllpath)
|
|||
VSTInfo *info;
|
||||
info = load_vstfx_info_file (infofile);
|
||||
fclose (infofile);
|
||||
PBD::warning << "Cannot get LinuxVST information form " << dllpath << ": info file load failed." << endmsg;
|
||||
return info;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue