From 19667afd7f6dce8f76f2fc1becb69a2a73c7f989 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 28 Feb 2012 13:53:23 +0000 Subject: [PATCH] More verbosity for Linux VST loading. git-svn-id: svn://localhost/ardour2/branches/3.0@11542 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/linux_vst_info_file.cc | 1 + 1 file changed, 1 insertion(+) 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; }