mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-11 07:17:44 +00:00
qemu: Fix one type in the error prompt string
s/hostdevwork/hostdev/
This commit is contained in:
parent
7c7626aee0
commit
08a6826a14
@ -553,7 +553,7 @@ qemuAssignDeviceHostdevAlias(virDomainDefPtr def, virDomainHostdevDefPtr hostdev
|
||||
int thisidx;
|
||||
if ((thisidx = qemuDomainDeviceAliasIndex(&def->hostdevs[i]->info, "hostdev")) < 0) {
|
||||
qemuReportError(VIR_ERR_INTERNAL_ERROR, "%s",
|
||||
_("Unable to determine device index for hostdevwork device"));
|
||||
_("Unable to determine device index for hostdev device"));
|
||||
return -1;
|
||||
}
|
||||
if (thisidx >= idx)
|
||||
|
Loading…
Reference in New Issue
Block a user