fix warning message typo
authorRobin Gareus <robin@gareus.org>
Mon, 11 Jan 2016 10:45:44 +0000 (11:45 +0100)
committerRobin Gareus <robin@gareus.org>
Mon, 11 Jan 2016 10:45:44 +0000 (11:45 +0100)
libs/backends/coreaudio/coreaudio_backend.cc

index ce4231ca2b3ab7300453d11a06fe8fd8451e8921..a620bf08267fcdafd16b63e32da16b051f26e430 100644 (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") {