提交 e6001cc5 编写于 作者: C Cole Robinson

qemu: migration: use consistent error message

The other two DomainHasBlockJob usage error messages don't contain
'an', so unify things to save translators some effort. Dropping
the 'an' is closer to the sentence structure in the errors from
qemuDomainDiskBlockJobIsActive as well
上级 b732704f
......@@ -2301,7 +2301,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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册