mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 17:34:18 +03: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 &&
|
||||
errno != ENOENT) {
|
||||
virReportSystemError(errno,
|
||||
_("Cannot remove state PID file %s"),
|
||||
_("Cannot remove stale PID file %s"),
|
||||
driver->pidfile);
|
||||
goto cleanup;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user