Re: [virt-tools-list] [virt-viewer updated PATCH] Show errors generated by connection dialog

2017-02-14 Thread Eduardo Lima (Etrunko)
On 09/02/17 10:00, Christophe de Dinechin wrote: > When running 'remote-viewer' without arguments, > and selecting a non-supported protocol, e.g. ssh://foo, > the generated error was silently swallowed by the retry loop. > This was introduced in 06b2c382468876a19600374bd59475e66d488af8. > --- >

Re: [virt-tools-list] [virt-viewer updated PATCH] Show errors generated by connection dialog

2017-02-09 Thread Jonathon Jongsma
On Thu, 2017-02-09 at 13:00 +0100, Christophe de Dinechin wrote: > When running 'remote-viewer' without arguments, > and selecting a non-supported protocol, e.g. ssh://foo, > the generated error was silently swallowed by the retry loop. > This was introduced in

[virt-tools-list] [virt-viewer updated PATCH] Show errors generated by connection dialog

2017-02-09 Thread Christophe de Dinechin
When running 'remote-viewer' without arguments, and selecting a non-supported protocol, e.g. ssh://foo, the generated error was silently swallowed by the retry loop. This was introduced in 06b2c382468876a19600374bd59475e66d488af8. --- src/remote-viewer.c | 3 +++ 1 file changed, 3 insertions(+)