PulseAudio: fix error message
This commit is contained in:
parent
c2db9b4606
commit
4958c0d666
@ -842,7 +842,7 @@ PulseAudioBackend::port_factory (std::string const & name, ARDOUR::DataType type
|
|||||||
port = new PulseMidiPort (*this, name, flags);
|
port = new PulseMidiPort (*this, name, flags);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
PBD::error << string_compose (_("%1::register_port: Invalid Data Type."), _instance_name) << endmsg;
|
PBD::error << string_compose (_("%1::port_factory: Invalid Data Type."), _instance_name) << endmsg;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user