fix PBD::ID string format

This commit is contained in:
Robin Gareus 2015-07-11 05:17:02 +02:00
parent 95545630e5
commit 937ed39c45

View file

@ -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;
}
}
}