[libvirt] [PATCH] virtio-rng: Remove double space in error message

Peter Krempa pkrempa at redhat.com
Wed Aug 14 15:12:28 UTC 2013


---
Pushed under the trivial rule.

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

diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c
index b811e1d..8b628d6 100644
--- a/src/qemu/qemu_command.c
+++ b/src/qemu/qemu_command.c
@@ -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;
         }

-- 
1.8.3.2




More information about the libvir-list mailing list