1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-04-01 20:05:19 +00:00

qemuDomainDiskChangeSupportedIothreads: Change error wording to fix grammar

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
Peter Krempa 2024-12-10 08:54:29 +01:00
parent 300362421e
commit daa560858b

View File

@ -6676,7 +6676,7 @@ qemuDomainDiskChangeSupportedIothreads(virDomainDiskDef *disk,
fail:
virReportError(VIR_ERR_OPERATION_UNSUPPORTED, "%s",
_("cannot modify field '<iothreads>' (or it's parts) of the disk"));
_("cannot modify '<iothreads>' configuration of the disk"));
return false;
}