mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 20:26:30 +01:00
debugging info for solv, part 2
git-svn-id: svn://localhost/ardour2/trunk@1205 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
ed59a43ced
commit
22b0b03ece
1 changed files with 1 additions and 1 deletions
|
|
@ -359,7 +359,7 @@ PluginManager::vst_discover_from_path (string path)
|
|||
plugin_objects = scanner (vst_path, vst_filter, 0, true, true);
|
||||
|
||||
if (plugin_objects) {
|
||||
cerr << "Discovered " << plugin_objects.size() << " possible plugins\n";
|
||||
cerr << "Discovered " << plugin_objects->size() << " possible plugins\n";
|
||||
} else {
|
||||
cerr << "No plugins discovered at all\n";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue