From: Andrea Bolognani Date: Tue, 25 Apr 2023 14:27:13 +0000 (+0200) Subject: qemu: Fix error message X-Git-Tag: v9.4.0-rc1~108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e533074983a618f88def8dc74b5cdcdb8633c7f2;p=thirdparty%2Flibvirt.git qemu: Fix error message The spelling is slightly different from another otherwise identical error message in the same file. Signed-off-by: Andrea Bolognani --- 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; }