]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
qemu: process: Silence coverity warning when rewinding log file
authorPeter Krempa <pkrempa@redhat.com>
Mon, 30 Sep 2013 09:47:47 +0000 (11:47 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 30 Sep 2013 11:43:32 +0000 (13:43 +0200)
commit59e21e973fdbfc9065ff5aa421ae36dbd1c4073a
tree029fa9755f482d15cda2857d408c6518247073ad
parentf113ce611b8cd19eb6c8b3cda29be083a5a51a69
qemu: process: Silence coverity warning when rewinding log file

The change in ef29de14c37d14abc546e90555a0093797facfdd that introduced
better error logging from qemu introduced a warning from coverity about
unused return value from lseek. Silence this warning and fix typo in the
corresponding error message.

Reported by: John Ferlan
src/qemu/qemu_process.c