[PATCH] qemu: Fix error message

Andrea Bolognani abologna at redhat.com
Thu May 4 16:04:38 UTC 2023


The spelling is slightly different from another otherwise
identical error message in the same file.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
Pushed as trivial.

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

diff --git a/src/qemu/qemu_dbus.c b/src/qemu/qemu_dbus.c
index db47e4b5ba..7a7af2850e 100644
--- a/src/qemu/qemu_dbus.c
+++ b/src/qemu/qemu_dbus.c
@@ -252,7 +252,7 @@ qemuDBusStart(virQEMUDriver *driver,
 
     if (!virFileExists(sockpath)) {
         virReportError(VIR_ERR_OPERATION_TIMEOUT,
-                       _("DBus daemon %1$s didn't show up"),
+                       _("dbus-daemon %1$s didn't show up"),
                        cfg->dbusDaemonName);
         goto cleanup;
     }
-- 
2.40.1



More information about the libvir-list mailing list