]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
qemu: Fix grammar and quoting in watchdog error message on hotplug
authorMartin Kletzander <mkletzan@redhat.com>
Wed, 19 Apr 2023 11:59:23 +0000 (13:59 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Thu, 20 Apr 2023 08:17:35 +0000 (10:17 +0200)
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_hotplug.c

index 5072798cb73dece22f5643f13d1fa2244d80d39c..53a0874556a1388592ef61351ef2331281010074 100644 (file)
@@ -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;
     }