[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCHv2 1/2] spice: use error_report to report errors
From: |
Gerd Hoffmann |
Subject: |
Re: [Qemu-devel] [PATCHv2 1/2] spice: use error_report to report errors |
Date: |
Fri, 24 Feb 2012 18:19:21 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:10.0.1) Gecko/20120210 Thunderbird/10.0.1 |
On 02/24/12 18:13, Christophe Fergeau wrote:
> Error message reporting during spice startup wasn't consistent, it was done
> with fprintf(stderr, "") but sometimes the message didn't have a trailing
> \n. Using error_report make the intent of the message clearer and deal
> with the final \n for us.
Patch added to spice patch queue.
thanks,
Gerd