mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
fix PBD::ID string format
This commit is contained in:
parent
95545630e5
commit
937ed39c45
1 changed files with 1 additions and 1 deletions
|
|
@ -564,7 +564,7 @@ GenericMidiControlProtocol::set_state (const XMLNode& node, int version)
|
|||
} else {
|
||||
warning << string_compose (
|
||||
_("Generic MIDI control: controllable %1 not found in session (ignored)"),
|
||||
id) << endmsg;
|
||||
id.to_s()) << endmsg;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue