]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Drop LFs at the end of error from QEMU log
authorJiri Denemark <jdenemar@redhat.com>
Fri, 3 Jul 2015 17:35:06 +0000 (19:35 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 9 Jul 2015 19:58:44 +0000 (21:58 +0200)
commit04d5fb2e0a92f78eca61de59971eba7fb36c6c1d
tree036050db078f5388c0a9c1d5f4c8469303cdd373
parent108a219f0213a14a5d35389aecf365d22e676679
qemu: Drop LFs at the end of error from QEMU log

Libvirt's error messages do not end with a LF. However, when reading the
error from QEMU log, we would read the LF from the log and keep it in
the message.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
src/qemu/qemu_monitor.c