13
0

Add debug trace for LV2 like the other APIs.

git-svn-id: svn://localhost/ardour2/branches/3.0@13137 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2012-08-18 15:49:32 +00:00
parent 4b053d06f7
commit 0cba3886da

View File

@ -510,6 +510,7 @@ PluginManager::get_ladspa_category (uint32_t plugin_id)
void
PluginManager::lv2_refresh ()
{
DEBUG_TRACE (DEBUG::PluginManager, "LV2: refresh\n");
delete _lv2_plugin_info;
_lv2_plugin_info = LV2PluginInfo::discover();
}