[PATCH 1/6] qemuDomainDefValidateDiskLunSource: Unbreak error messages

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Simplify looking for the error messages.

Signed-off-by: Peter Krempa <pkrempa@xxxxxxxxxx>
---
 src/qemu/qemu_domain.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/qemu/qemu_domain.c b/src/qemu/qemu_domain.c
index 25b7f03204..7f7d6dcfcc 100644
--- a/src/qemu/qemu_domain.c
+++ b/src/qemu/qemu_domain.c
@@ -9840,15 +9840,13 @@ qemuDomainDefValidateDiskLunSource(const virStorageSource *src)
     if (virStorageSourceGetActualType(src) == VIR_STORAGE_TYPE_NETWORK) {
         if (src->protocol != VIR_STORAGE_NET_PROTOCOL_ISCSI) {
             virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
-                           _("disk device='lun' is not supported "
-                             "for protocol='%s'"),
+                           _("disk device='lun' is not supported for protocol='%s'"),
                            virStorageNetProtocolTypeToString(src->protocol));
             return -1;
         }
     } else if (!virStorageSourceIsBlockLocal(src)) {
         virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
-                       _("disk device='lun' is only valid for block "
-                         "type disk source"));
+                       _("disk device='lun' is only valid for block type disk source"));
         return -1;
     }

-- 
2.31.1




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux