提交 08a6826a 编写于 作者: O Osier Yang

qemu: Fix one type in the error prompt string

s/hostdevwork/hostdev/
上级 7c7626ae
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册