qemu: Fix error message

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

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
Andrea Bolognani 2023-04-25 16:27:13 +02:00
parent d4c39bad85
commit e533074983

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