mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 20:15:17 +00:00
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:
parent
d4c39bad85
commit
e533074983
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user