Re: [libvirt] [PATCH 25/32] node_device_udev: switch to using virReportError

2016-06-06 Thread Peter Krempa
On Mon, Jun 06, 2016 at 11:02:02 +0200, Ján Tomko wrote: > Also use the more common "Unable to initialize mutex" string > and virReportSystemError instead of virStrerror. > --- > src/node_device/node_device_udev.c | 47 > +++--- > 1 file changed, 28 insertions(+),

[libvirt] [PATCH 25/32] node_device_udev: switch to using virReportError

2016-06-06 Thread Ján Tomko
Also use the more common "Unable to initialize mutex" string and virReportSystemError instead of virStrerror. --- src/node_device/node_device_udev.c | 47 +++--- 1 file changed, 28 insertions(+), 19 deletions(-) diff --git a/src/node_device/node_device_udev.c b/sr