]> xenbits.xensource.com Git - people/dariof/libvirt.git/commitdiff
qemu: Fix minor inconsistency in error message
authorMartin Kletzander <mkletzan@redhat.com>
Wed, 4 Dec 2013 17:59:52 +0000 (18:59 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Tue, 10 Dec 2013 07:38:46 +0000 (08:38 +0100)
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
src/qemu/qemu_driver.c

index 4b93c02114b136a36e59820f7bec40f13c9913dd..a55c7625673125b0dae6327f3d72ccd65dbd8925 100644 (file)
@@ -7948,7 +7948,7 @@ qemuDomainSetMemoryParameters(virDomainPtr dom,
         if (virCompareLimitUlong(mem_limit, swap_limit) > 0) {
             virReportError(VIR_ERR_INVALID_ARG, "%s",
                            _("memory hard_limit tunable value must be lower "
-                             "than swap_hard_limit"));
+                             "than or equal to swap_hard_limit"));
             goto cleanup;
         }
     }