]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
virtio-rng: Remove double space in error message
authorPeter Krempa <pkrempa@redhat.com>
Wed, 14 Aug 2013 14:50:33 +0000 (16:50 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 14 Aug 2013 14:50:58 +0000 (16:50 +0200)
src/qemu/qemu_command.c

index b811e1d00f7d75c6ef9998be80f198b4cc259642..8b628d68d550a361594bf203cd19357f294644a5 100644 (file)
@@ -5909,7 +5909,7 @@ qemuBuildRNGBackendArgs(virCommandPtr cmd,
         if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_OBJECT_RNG_RANDOM)) {
             virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                            _("this qemu doesn't support the rng-random "
-                             " backend"));
+                             "backend"));
             goto cleanup;
         }