mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 23:17:46 +01:00
Print LADSPA ID with debug message
This commit is contained in:
parent
b9ff3b1e77
commit
99b3bde7f6
1 changed files with 2 additions and 1 deletions
|
|
@ -764,7 +764,8 @@ PluginManager::ladspa_discover (string path)
|
|||
set_tags (info->type, info->unique_id, info->category, info->name, FromPlug);
|
||||
}
|
||||
|
||||
DEBUG_TRACE (DEBUG::PluginManager, string_compose ("Found LADSPA plugin, name: %1, Inputs: %2, Outputs: %3\n", info->name, info->n_inputs, info->n_outputs));
|
||||
DEBUG_TRACE (DEBUG::PluginManager, string_compose ("Found LADSPA plugin, id: %1 name: %2, Inputs: %3, Outputs: %4\n",
|
||||
info->unique_id, info->name, info->n_inputs, info->n_outputs));
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue