mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-12 09:36:33 +01:00
fix warning message typo
This commit is contained in:
parent
d134ba037d
commit
0fc06b4a1b
1 changed files with 1 additions and 1 deletions
|
|
@ -922,7 +922,7 @@ int
|
||||||
CoreAudioBackend::get_port_property (PortHandle port, const std::string& key, std::string& value, std::string& type) const
|
CoreAudioBackend::get_port_property (PortHandle port, const std::string& key, std::string& value, std::string& type) const
|
||||||
{
|
{
|
||||||
if (!valid_port (port)) {
|
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;
|
return -1;
|
||||||
}
|
}
|
||||||
if (key == "http://jackaudio.org/metadata/pretty-name") {
|
if (key == "http://jackaudio.org/metadata/pretty-name") {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue