]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
remote: mention libssh in error message
authorPino Toscano <ptoscano@redhat.com>
Thu, 4 Jul 2019 10:38:26 +0000 (12:38 +0200)
committerPino Toscano <ptoscano@redhat.com>
Thu, 4 Jul 2019 11:16:46 +0000 (13:16 +0200)
Mention libssh as possible transport in the error message of an
unrecognized transport.

https://bugzilla.redhat.com/show_bug.cgi?id=1727013

Signed-off-by: Pino Toscano <ptoscano@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
src/remote/remote_driver.c

index df58b23c8c9d5147dd53efcafa32090c3c44bbce..97d9d5fa88a5be90e0038c7c8a0be255bf9f66b9 100644 (file)
@@ -825,7 +825,7 @@ doRemoteOpen(virConnectPtr conn,
             } else {
                 virReportError(VIR_ERR_INVALID_ARG, "%s",
                                _("remote_open: transport in URL not recognised "
-                                 "(should be tls|unix|ssh|ext|tcp|libssh2)"));
+                                 "(should be tls|unix|ssh|ext|tcp|libssh2|libssh)"));
                 return VIR_DRV_OPEN_ERROR;
             }
         }