virtio-rng: Remove double space in error message

This commit is contained in:
Peter Krempa 2013-08-14 16:50:33 +02:00
parent 4f595ba61c
commit 6ebdf35cfe

View 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;
}