Re: [libvirt] [PATCH] remote: mention libssh in error message

2019-07-04 Thread Daniel P . Berrangé
On Thu, Jul 04, 2019 at 12:40:32PM +0200, Pino Toscano wrote: > 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 > --- > src/remote/remote_driver.c | 2 +- > 1 file

[libvirt] [PATCH] remote: mention libssh in error message

2019-07-04 Thread Pino Toscano
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 --- src/remote/remote_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/remote/remote_driver.c