]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: remove extraneous error log when qemuPasstStart() fails during hotplug
authorLaine Stump <laine@redhat.com>
Tue, 21 Feb 2023 06:09:04 +0000 (01:09 -0500)
committerLaine Stump <laine@redhat.com>
Wed, 22 Feb 2023 13:21:48 +0000 (08:21 -0500)
commit771992363e1e85b60fe97dc6a4171d4633402392
treeeb5beb33f5740889a8410736f19a0e502e464eec
parentdffc40db695c9b6d089f7fdc1be9fde00f917c58
qemu: remove extraneous error log when qemuPasstStart() fails during hotplug

qemuPasstStart() already logs any error that occurs, so having the
caller log a generic error message only serves to obscure the actual
problem.

Fixes: a56f0168d576fa01cec204dc3c67d4d63ab8487f
Signed-off-by: Laine Stump <laine@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_hotplug.c