mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-18 10:35:20 +00:00
qemuDomainSetupAllInputs: Update debug message
Due to a copy-paste error, the debug message reads: Setting up disks It should have been: Setting up inputs. Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
7b837d6477
commit
2ff8c30548
@ -7275,14 +7275,14 @@ qemuDomainSetupAllInputs(virQEMUDriverPtr driver,
|
||||
{
|
||||
size_t i;
|
||||
|
||||
VIR_DEBUG("Setting up disks");
|
||||
VIR_DEBUG("Setting up inputs");
|
||||
for (i = 0; i < vm->def->ninputs; i++) {
|
||||
if (qemuDomainSetupInput(driver,
|
||||
vm->def->inputs[i],
|
||||
devPath) < 0)
|
||||
return -1;
|
||||
}
|
||||
VIR_DEBUG("Setup all disks");
|
||||
VIR_DEBUG("Setup all inputs");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user