Home
last modified time | relevance | path

Searched hist:"339 a475f" (Results 1 – 1 of 1) sorted by relevance

/qemu/ui/
H A Dspice-core.c339a475f Fri Feb 24 17:13:12 GMT 2012 Christophe Fergeau <cfergeau@redhat.com> spice: use error_report to report errors

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.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>