提交 067c00f5 编写于 作者: C Chris Lalancette

Fix an erroneous debug error to KVM; it should read QEMU/KVM.

Signed-off-by: NChris Lalancette <clalance@redhat.com>
上级 1a945217
......@@ -6332,7 +6332,7 @@ qemudDomainMigratePrepare2 (virConnectPtr dconn,
*/
if (!STRPREFIX (uri_in, "tcp:")) {
qemudReportError (dconn, NULL, NULL, VIR_ERR_INVALID_ARG,
"%s", _("only tcp URIs are supported for KVM migrations"));
"%s", _("only tcp URIs are supported for KVM/QEMU migrations"));
goto cleanup;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册