提交 8d7c668e 编写于 作者: M Martin Kletzander

qemu: Fix minor inconsistency in error message

Signed-off-by: NMartin Kletzander <mkletzan@redhat.com>
上级 0c2fdd7b
...@@ -7948,7 +7948,7 @@ qemuDomainSetMemoryParameters(virDomainPtr dom, ...@@ -7948,7 +7948,7 @@ qemuDomainSetMemoryParameters(virDomainPtr dom,
if (virCompareLimitUlong(mem_limit, swap_limit) > 0) { if (virCompareLimitUlong(mem_limit, swap_limit) > 0) {
virReportError(VIR_ERR_INVALID_ARG, "%s", virReportError(VIR_ERR_INVALID_ARG, "%s",
_("memory hard_limit tunable value must be lower " _("memory hard_limit tunable value must be lower "
"than swap_hard_limit")); "than or equal to swap_hard_limit"));
goto cleanup; goto cleanup;
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册