qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] pci-assign: Fix error_report of pci-stub messag


From: Markus Armbruster
Subject: Re: [Qemu-devel] [PATCH] pci-assign: Fix error_report of pci-stub message
Date: Fri, 11 Oct 2013 08:19:16 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

Cole Robinson <address@hidden> writes:

> 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_report to preserve the intended
> formatting.

The orthodox way to do this is to use error_report() for the
(single-line!) error message, then error_printf() for additional
information.  See commit 2da2e52..312fd5f for an example.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]