diff --git a/src/remote/remote_driver.c b/src/remote/remote_driver.c index df58b23c8c9d5147dd53efcafa32090c3c44bbce..97d9d5fa88a5be90e0038c7c8a0be255bf9f66b9 100644 --- a/src/remote/remote_driver.c +++ b/src/remote/remote_driver.c @@ -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; } }