]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
qemu: Fix error message
authorAndrea Bolognani <abologna@redhat.com>
Tue, 25 Apr 2023 14:27:13 +0000 (16:27 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Thu, 4 May 2023 16:03:56 +0000 (18:03 +0200)
The spelling is slightly different from another otherwise
identical error message in the same file.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
src/qemu/qemu_dbus.c

index db47e4b5bab65db2db3e3e89f1729885654d6971..7a7af2850e6755a20ba00f5cbf09b36449cdd0b6 100644 (file)
@@ -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;
     }