]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
qemu: Fix double space in error message in qemuDomainGetVcpusFlags
authorPeter Krempa <pkrempa@redhat.com>
Thu, 18 Jun 2015 13:31:52 +0000 (15:31 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 18 Jun 2015 13:31:52 +0000 (15:31 +0200)
src/qemu/qemu_driver.c

index 3a70b1851eebfa00f94e21d5b9daf724cd583b16..43228fd5ce0c94dda9340cd74a0ecd445a39566a 100644 (file)
@@ -5506,7 +5506,7 @@ qemuDomainGetVcpusFlags(virDomainPtr dom, unsigned int flags)
         if (!virDomainObjIsActive(vm)) {
             virReportError(VIR_ERR_INVALID_ARG, "%s",
                            _("vCPU count provided by the guest agent can only be "
-                             " requested for live domains"));
+                             "requested for live domains"));
             goto cleanup;
         }