mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-12 17:46:34 +01:00
add runtime warning message
This commit is contained in:
parent
4c2e801b5f
commit
c51c8b3308
1 changed files with 2 additions and 0 deletions
|
|
@ -1205,6 +1205,8 @@ PortManager::load_midi_port_info ()
|
||||||
!(*i)->get_property (X_("pretty-name"), pretty) ||
|
!(*i)->get_property (X_("pretty-name"), pretty) ||
|
||||||
!(*i)->get_property (X_("input"), input) ||
|
!(*i)->get_property (X_("input"), input) ||
|
||||||
!(*i)->get_property (X_("properties"), properties)) {
|
!(*i)->get_property (X_("properties"), properties)) {
|
||||||
|
/* should only affect version changes */
|
||||||
|
error << string_compose (_("MIDI port info file %1 contains invalid information - please remove it."), path) << endmsg;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue