show path where a panner is discovered
git-svn-id: svn://localhost/ardour2/branches/3.0@10602 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
8ae632fb84
commit
e38694acc0
@ -63,7 +63,7 @@ PannerManager::panner_discover (string path)
|
||||
|
||||
if ((pinfo = get_descriptor (path)) != 0) {
|
||||
panner_info.push_back (pinfo);
|
||||
info << string_compose(_("Panner discovered: \"%1\""), pinfo->descriptor.name) << endmsg;
|
||||
info << string_compose(_("Panner discovered: \"%1\" in %2"), pinfo->descriptor.name, path) << endmsg;
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user