[PATCH 2/7] qemu: Fix grammar and quoting in watchdog error message on hotplug

Martin Kletzander mkletzan at redhat.com
Wed Apr 19 14:07:05 UTC 2023


Signed-off-by: Martin Kletzander <mkletzan at redhat.com>
---
 src/qemu/qemu_hotplug.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/qemu/qemu_hotplug.c b/src/qemu/qemu_hotplug.c
index 5072798cb73d..53a0874556a1 100644
--- a/src/qemu/qemu_hotplug.c
+++ b/src/qemu/qemu_hotplug.c
@@ -2929,7 +2929,7 @@ qemuDomainAttachWatchdog(virDomainObj *vm,
 
     if (watchdog->model != VIR_DOMAIN_WATCHDOG_MODEL_I6300ESB) {
         virReportError(VIR_ERR_OPERATION_UNSUPPORTED,
-                       _("hotplug of watchdog of model %1$s is not supported"),
+                       _("hotplug of watchdog model '%1$s' is not supported"),
                        virDomainWatchdogModelTypeToString(watchdog->model));
         goto cleanup;
     }
-- 
2.40.0



More information about the libvir-list mailing list