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:
parent
687d7fba4c
commit
623d074e44
@ -2929,7 +2929,7 @@ qemuDomainAttachWatchdog(virDomainObj *vm,
|
|||||||
|
|
||||||
if (watchdog->model != VIR_DOMAIN_WATCHDOG_MODEL_I6300ESB) {
|
if (watchdog->model != VIR_DOMAIN_WATCHDOG_MODEL_I6300ESB) {
|
||||||
virReportError(VIR_ERR_OPERATION_UNSUPPORTED,
|
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));
|
virDomainWatchdogModelTypeToString(watchdog->model));
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user