Message ID | 67c7d25240c07bec3e331d9c0f411ccec1aff952.1465474475.git.crobinso@redhat.com |
---|---|
State | Accepted |
Commit | e6001cc557b8cd42e281d51adf475a21f36c77ac |
Headers | show |
diff --git a/src/qemu/qemu_migration.c b/src/qemu/qemu_migration.c index 38c07a8..8afd2a7 100644 --- a/src/qemu/qemu_migration.c +++ b/src/qemu/qemu_migration.c @@ -2276,7 +2276,7 @@ qemuMigrationIsAllowed(virQEMUDriverPtr driver, if (qemuDomainHasBlockjob(vm, false)) { virReportError(VIR_ERR_OPERATION_INVALID, "%s", - _("domain has an active block job")); + _("domain has active block job")); return false; }