[libvirt PATCH 1/8] bhyve: fix typo in error message

Ján Tomko jtomko at redhat.com
Sat Mar 18 13:38:20 UTC 2023


Use the same string as in qemu_process.

Signed-off-by: Ján Tomko <jtomko at redhat.com>
---
 src/bhyve/bhyve_process.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bhyve/bhyve_process.c b/src/bhyve/bhyve_process.c
index eee0c4bf1d..f8f072ff03 100644
--- a/src/bhyve/bhyve_process.c
+++ b/src/bhyve/bhyve_process.c
@@ -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;
     }
-- 
2.39.2



More information about the libvir-list mailing list