]> git.ipfire.org Git - thirdparty/libvirt.git/commit
vbox: Stop reporting RC in error messages
authorMichal Privoznik <mprivozn@redhat.com>
Sat, 21 Jan 2023 11:11:08 +0000 (12:11 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 24 Jan 2023 09:45:48 +0000 (10:45 +0100)
commitb76b6a6169eb443cf62a1fb5511e617379d696f1
tree2af8c5447529cf05d28c75900ec45cc6e0ab08a4
parentbde1890b63e7ebea6d340665df3b516b63acfbaf
vbox: Stop reporting RC in error messages

As shown in the commit that introduced vboxReportError(), we are
appending the retval of a failed VirtualBox API onto our error
messages. Well, this is no longer needed because
vboxReportError() already appends the VirtualBox error in plain
text.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
src/vbox/vbox_common.c