[PATCH pushed] qemuDomainDiskChangeSupportedIothreads: Change error wording to fix grammar
            
            
            
                10 Dec
                
                    2024
                
            
            
                10 Dec
                
                '24
                
            
            
            
        
    
                8:57 a.m.
            
        Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- src/qemu/qemu_domain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qemu/qemu_domain.c b/src/qemu/qemu_domain.c index 1fc4e2f33f..3366346624 100644 --- a/src/qemu/qemu_domain.c +++ b/src/qemu/qemu_domain.c @@ -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; } -- 2.47.0
        329
        
      
          Age (days ago)
        
      
        329
        
    
          Last active (days ago)
        
        
        
        0 comments
    
    
        
        1 participants
    
    
    
    
    
    
    
    
    participants (1)
- 
                
Peter Krempa