]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
qemuDomainDiskChangeSupportedIothreads: Change error wording to fix grammar
authorPeter Krempa <pkrempa@redhat.com>
Tue, 10 Dec 2024 07:54:29 +0000 (08:54 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 10 Dec 2024 07:54:29 +0000 (08:54 +0100)
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
src/qemu/qemu_domain.c

index 1fc4e2f33fb660f32d75616c7e2b9578105e26d4..3366346624ca322b19ac530560b73a9963e97648 100644 (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;
 }