68545ea Fix typo in error message

Authored and Committed by Ján Tomko 9 years ago
    Fix typo in error message
    
    by rewriting it completely from:
    error: unsupported configuration: virtio only support device address
    type 'PCI'
    
    to:
    
    error: unsupported configuration: virtio disk cannot have an address of type
    drive
    
    Since we now support CCW addresses as well.
    
        
file modified
+3 -2