Re: [libvirt] [PATCH v2 8/8] storage: Replace VIR_ERROR with standard vir*Error in state driver init

2016-05-23 Thread Cole Robinson
On 05/23/2016 02:36 PM, Jovanka Gulicoska wrote: > Replace VIR_ERROR with virReportError and virReportSystemError > --- > src/storage/storage_driver.c | 32 > 1 file changed, 20 insertions(+), 12 deletions(-) > > diff --git a/src/storage/storage_driver.c

[libvirt] [PATCH v2 8/8] storage: Replace VIR_ERROR with standard vir*Error in state driver init

2016-05-23 Thread Jovanka Gulicoska
Replace VIR_ERROR with virReportError and virReportSystemError --- src/storage/storage_driver.c | 32 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/src/storage/storage_driver.c b/src/storage/storage_driver.c index eb5f688..879b3c7 100644 ---