more vst debug output for solv
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 14 Dec 2006 03:24:09 +0000 (03:24 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 14 Dec 2006 03:24:09 +0000 (03:24 +0000)
git-svn-id: svn://localhost/ardour2/trunk@1206 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/plugin_manager.cc

index bc0e18debaf2b35c3e2a7be3042ce49bd8777da8..8edc0e8d739d19e843ab55490d7361cef71ff535 100644 (file)
@@ -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;
        }