You need to sign in or sign up before continuing.
提交 48a7637d 编写于 作者: C Cole Robinson

qemu: Fix an error message in GetVcpus

上级 e5edc3f0
...@@ -3481,7 +3481,8 @@ qemudDomainGetVcpus(virDomainPtr dom, ...@@ -3481,7 +3481,8 @@ qemudDomainGetVcpus(virDomainPtr dom,
if (!virDomainIsActive(vm)) { if (!virDomainIsActive(vm)) {
qemudReportError(dom->conn, dom, NULL, VIR_ERR_OPERATION_INVALID, qemudReportError(dom->conn, dom, NULL, VIR_ERR_OPERATION_INVALID,
"%s",_("cannot pin vcpus on an inactive domain")); "%s",
_("cannot list vcpu pinning for an inactive domain"));
goto cleanup; goto cleanup;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册