qemu-io: Fix error messages
commit0923c577f993d61eeaf41f66db1e1010fa113976
authorKevin Wolf <kwolf@redhat.com>
Fri, 28 May 2010 18:10:48 +0000 (28 20:10 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 4 Jun 2010 09:43:39 +0000 (4 11:43 +0200)
treea6bc687b0a1efd095eaac66b3e382d6df11c34fa
parent1573a35d99fe60f98d30f50e9187040586c2b801
qemu-io: Fix error messages

The truncate and getlength commands passed a negative error number to strerror.
They also happen to be the two functions that are lacking a newline at the end
of their error message.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
qemu-io.c