[libvirt PATCH] ch: fix double space in error message

Ján Tomko via Devel posted 1 patch 8 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/a55f1930d53427c17ba685769ce4b651b3dab03a.1744296316.git.jtomko@redhat.com
src/ch/ch_monitor.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[libvirt PATCH] ch: fix double space in error message
Posted by Ján Tomko via Devel 8 months, 1 week ago
From: Ján Tomko <jtomko@redhat.com>

Make it match the errors in bhyve and QEMU drivers, where it was copied
from.

Fixes: 9d6e2d127e673642b0fb135b6d58539a8e332e08
Signed-off-by: Ján Tomko <jtomko@redhat.com>
---
        Pushed as trivial.

 src/ch/ch_monitor.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ch/ch_monitor.c b/src/ch/ch_monitor.c
index 78b6551d6c..2a6638db4f 100644
--- a/src/ch/ch_monitor.c
+++ b/src/ch/ch_monitor.c
@@ -674,7 +674,7 @@ virCHMonitorNew(virDomainObj *vm, virCHDriverConfig *cfg, int logfile)
 
     if ((rv = virPidFileReadPath(priv->pidfile, &vm->pid)) < 0) {
         virReportSystemError(-rv,
-                             _("Domain  %1$s didn't show up"),
+                             _("Domain %1$s didn't show up"),
                              vm->def->name);
         return NULL;
     }
-- 
2.49.0