[libvirt] [PATCH 2/2] qemu: Fix double space in error message in qemuDomainGetVcpusFlags

Peter Krempa pkrempa at redhat.com
Thu Jun 18 13:39:39 UTC 2015


---
 src/qemu/qemu_driver.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c
index 3a70b18..43228fd 100644
--- a/src/qemu/qemu_driver.c
+++ b/src/qemu/qemu_driver.c
@@ -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;
         }

-- 
2.4.1




More information about the libvir-list mailing list