13
0

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:
Paul Davis 2011-11-15 01:00:39 +00:00
parent 8ae632fb84
commit e38694acc0

View File

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