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:
Carl Hetherington 2012-02-28 13:53:23 +00:00
parent 204baa31d8
commit 19667afd7f

View file

@ -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;
}