
22 Feb
2017
22 Feb
'17
10:27 a.m.
On Wed, 2017-02-22 at 09:40 -0500, Laine Stump wrote: [...]
virReportError(VIR_ERR_INTERNAL_ERROR, - _("Invalid PCI controller model %d"), model); + _("PCI controller model was not set correctly")); You're going to need to precede the string with "%s", to avoid a syntax-check failure.
I somehow forgot to run the usual "check && syntax-check" loop before submitting the series, thanks for spotting this! -- Andrea Bolognani / Red Hat / Virtualization