mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-02 01:45:17 +00:00
qemu: Fix minor inconsistency in error message
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
0c2fdd7b14
commit
8d7c668e64
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user