summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-02-28 13:53:23 +0000
committerCarl Hetherington <carl@carlh.net>2012-02-28 13:53:23 +0000
commit19667afd7f6dce8f76f2fc1becb69a2a73c7f989 (patch)
tree5d38ca531e226b692bcc059aeff2f3d203aa402e
parent204baa31d842d4c2f833d319b6fa55e402a1bfb8 (diff)
More verbosity for Linux VST loading.
git-svn-id: svn://localhost/ardour2/branches/3.0@11542 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rw-r--r--libs/ardour/linux_vst_info_file.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/linux_vst_info_file.cc b/libs/ardour/linux_vst_info_file.cc
index bdb975db03..9fae93f835 100644
--- a/libs/ardour/linux_vst_info_file.cc
+++ b/libs/ardour/linux_vst_info_file.cc
@@ -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;
}