mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-24 14:45:24 +00:00
Fix an erroneous debug error to KVM; it should read QEMU/KVM.
Signed-off-by: Chris Lalancette <clalance@redhat.com>
This commit is contained in:
parent
1a94521770
commit
067c00f533
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user