On 10/11/2013 11:52 AM, Cole Robinson wrote:Using multiple calls to error_report here means every line is prefaced with the (potentially long) pci-assign command line arguments.Use a single error_printf to preserve the intended formatting. Since this code path is always preceded by an error_report call, we don't lose the command line reporting.
Thanks, applied to the trivial-patches queue. /mjt