Revision 25:612333efd521 Tester.cpp
| Tester.cpp | ||
|---|---|---|
| 183 | 183 |
} catch (Test::FailedToLoadPlugin) {
|
| 184 | 184 |
std::cout << " ** ERROR: Failed to load plugin (key = \"" << m_key |
| 185 | 185 |
<< "\")" << std::endl; |
| 186 |
std::cout << " ** NOTE: Vamp plugin path is: " << std::endl; |
|
| 187 |
std::vector<std::string> pp = PluginHostAdapter::getPluginPath(); |
|
| 188 |
for (size_t i = 0; i < pp.size(); ++i) {
|
|
| 189 |
std::cout << " " << pp[i] << std::endl; |
|
| 190 |
} |
|
| 186 | 191 |
} |
| 187 | 192 |
|
| 188 | 193 |
return good; |
Also available in: Unified diff