mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-23 11:52:20 +00:00
bhyve: fix typo in error message
Use the same string as in qemu_process. Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Laine Stump <laine@redhat.com>
This commit is contained in:
parent
9a3bccf695
commit
9fc3c2524c
@ -145,7 +145,7 @@ virBhyveProcessStartImpl(struct _bhyveConn *driver,
|
|||||||
if (unlink(driver->pidfile) < 0 &&
|
if (unlink(driver->pidfile) < 0 &&
|
||||||
errno != ENOENT) {
|
errno != ENOENT) {
|
||||||
virReportSystemError(errno,
|
virReportSystemError(errno,
|
||||||
_("Cannot remove state PID file %s"),
|
_("Cannot remove stale PID file %s"),
|
||||||
driver->pidfile);
|
driver->pidfile);
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user