mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 15:36:24 +01:00
print name instead of ID for skipped AUs
This commit is contained in:
parent
9da934ff29
commit
a78cb6b341
1 changed files with 1 additions and 1 deletions
|
|
@ -2585,7 +2585,7 @@ AUPluginInfo::cached_io_configuration (const std::string& unique_id,
|
|||
}
|
||||
|
||||
if (_scan_only) {
|
||||
PBD::info << string_compose (_("Skipping AU %1 (not indexed. Discover new plugins to add)"), unique_id) << endmsg;
|
||||
PBD::info << string_compose (_("Skipping AU %1 (not indexed. Discover new plugins to add)"), name) << endmsg;
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue