Re: [libvirt] [PATCH] utils: Remove the logging of errors from virNetDevSendEthtoolIoctl

2015-08-17 Thread Martin Kletzander
On Mon, Aug 17, 2015 at 05:47:56PM +, Moshe Levi wrote: -Original Message- From: Martin Kletzander [mailto:mklet...@redhat.com] Sent: Monday, August 17, 2015 8:30 PM To: Moshe Levi Cc: libvir-list@redhat.com Subject: Re: [libvirt] [PATCH] utils: Remove the logging of errors from

Re: [libvirt] [PATCH] utils: Remove the logging of errors from virNetDevSendEthtoolIoctl

2015-08-17 Thread Martin Kletzander
On Mon, Aug 17, 2015 at 05:47:56PM +, Moshe Levi wrote: -Original Message- From: Martin Kletzander [mailto:mklet...@redhat.com] Sent: Monday, August 17, 2015 8:30 PM To: Moshe Levi Cc: libvir-list@redhat.com Subject: Re: [libvirt] [PATCH] utils: Remove the logging of errors from

Re: [libvirt] [PATCH] utils: Remove the logging of errors from virNetDevSendEthtoolIoctl

2015-08-17 Thread Moshe Levi
> -Original Message- > From: Martin Kletzander [mailto:mklet...@redhat.com] > Sent: Monday, August 17, 2015 8:30 PM > To: Moshe Levi > Cc: libvir-list@redhat.com > Subject: Re: [libvirt] [PATCH] utils: Remove the logging of errors from > virNetDevSendEthtoolIoct

Re: [libvirt] [PATCH] utils: Remove the logging of errors from virNetDevSendEthtoolIoctl

2015-08-17 Thread Martin Kletzander
On Sat, Aug 15, 2015 at 12:04:04PM +0300, Moshe Levi wrote: This patch remove the logging of errors of ioctl api and instead let the caller to choose what errors to log --- src/util/virnetdev.c | 44 +--- 1 files changed, 13 insertions(+), 31 deletions(-)

[libvirt] [PATCH] utils: Remove the logging of errors from virNetDevSendEthtoolIoctl

2015-08-15 Thread Moshe Levi
This patch remove the logging of errors of ioctl api and instead let the caller to choose what errors to log --- src/util/virnetdev.c | 44 +--- 1 files changed, 13 insertions(+), 31 deletions(-) diff --git a/src/util/virnetdev.c b/src/util/virnetdev.c in