1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-01-09 01:18:00 +03:00

qemu: Fix grammar and quoting in watchdog error message on hotplug

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Martin Kletzander 2023-04-19 13:59:23 +02:00
parent 687d7fba4c
commit 623d074e44

View 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;
}