print name instead of ID for skipped AUs

This commit is contained in:
Robin Gareus 2015-07-17 16:08:32 +02:00
parent 9da934ff29
commit a78cb6b341

View file

@ -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;
}