13
0

fix warning message typo

This commit is contained in:
Robin Gareus 2016-01-11 11:45:44 +01:00
parent d134ba037d
commit 0fc06b4a1b

View File

@ -922,7 +922,7 @@ int
CoreAudioBackend::get_port_property (PortHandle port, const std::string& key, std::string& value, std::string& type) const
{
if (!valid_port (port)) {
PBD::warning << _("CoreAudioBackend::get_port_name: Invalid Port(s)") << endmsg;
PBD::warning << _("CoreAudioBackend::get_port_property: Invalid Port(s)") << endmsg;
return -1;
}
if (key == "http://jackaudio.org/metadata/pretty-name") {