Re: [libvirt] [PATCH 03/11] vsh: Add @silent to vshConnectionHook

2017-11-08 Thread Martin Kletzander
On Tue, Nov 07, 2017 at 01:22:51PM +0100, Michal Privoznik wrote: In near future we will want to not report error when connecting fails. In order to achieve that we have to pass a boolean that suppresses error messages. Signed-off-by: Michal Privoznik ---

[libvirt] [PATCH 03/11] vsh: Add @silent to vshConnectionHook

2017-11-07 Thread Michal Privoznik
In near future we will want to not report error when connecting fails. In order to achieve that we have to pass a boolean that suppresses error messages. Signed-off-by: Michal Privoznik --- tools/virsh-domain.c | 2 +- tools/virsh.c| 67