Re: [Spice-devel] [spice-gtk] spice-option: warn on command line failures of usbredir

2019-07-25 Thread Victor Toso
Hi, On Thu, Jul 25, 2019 at 06:32:28AM -0400, Frediano Ziglio wrote: > > > > From: Victor Toso > > > > As spice_usb_device_manager_get() can fail for different reasons, we > > should silently ignore it and its error. Sorry, this was a typo. I meant we should not silently ignore the error. > >

Re: [Spice-devel] [spice-gtk] spice-option: warn on command line failures of usbredir

2019-07-25 Thread Frediano Ziglio
> > From: Victor Toso > > As spice_usb_device_manager_get() can fail for different reasons, we > should silently ignore it and its error. > > Signed-off-by: Victor Toso > --- > src/spice-option.c | 18 ++ > 1 file changed, 14 insertions(+), 4 deletions(-) > > diff --git a/src

[Spice-devel] [spice-gtk] spice-option: warn on command line failures of usbredir

2019-07-25 Thread Victor Toso
From: Victor Toso As spice_usb_device_manager_get() can fail for different reasons, we should silently ignore it and its error. Signed-off-by: Victor Toso --- src/spice-option.c | 18 ++ 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/src/spice-option.c b/src/spi