mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
qemu_process: fix debug message
Be generic instead of trying to enumerate all the involved device types. Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: John Ferlan <jferlan@redhat.com>
This commit is contained in:
parent
2c7791a869
commit
0b3fc37e61
@ -6051,7 +6051,7 @@ qemuProcessPrepareDomain(virQEMUDriverPtr driver,
|
||||
VIR_DEBUG("Prepare chardev source backends for TLS");
|
||||
qemuDomainPrepareChardevSource(vm->def, cfg);
|
||||
|
||||
VIR_DEBUG("Add secrets to hostdevs and chardevs");
|
||||
VIR_DEBUG("Prepare device secrets");
|
||||
if (qemuDomainSecretPrepare(driver, vm) < 0)
|
||||
goto cleanup;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user