From e533074983a618f88def8dc74b5cdcdb8633c7f2 Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Tue, 25 Apr 2023 16:27:13 +0200 Subject: [PATCH] qemu: Fix error message The spelling is slightly different from another otherwise identical error message in the same file. Signed-off-by: Andrea Bolognani --- 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; }