Re: [libvirt] [PATCH 02/10] nwfilter: use consistent OOM reporting

2010-08-19 Thread Stefan Berger
libvir-list-boun...@redhat.com wrote on 08/18/2010 07:45:05 PM: libvir-list-boun...@redhat.com * src/nwfilter/nwfilter_driver.c (nwfilterLog): Delete. (nwfilterDriverStartup): Use virReportOOMError instead. --- No point making printf uses harder to audit by hiding them in a macro,

Re: [libvirt] [PATCH 02/10] nwfilter: use consistent OOM reporting

2010-08-19 Thread Eric Blake
On 08/19/2010 12:41 PM, Stefan Berger wrote: libvir-list-boun...@redhat.com wrote on 08/18/2010 07:45:05 PM: libvir-list-boun...@redhat.com * src/nwfilter/nwfilter_driver.c (nwfilterLog): Delete. (nwfilterDriverStartup): Use virReportOOMError instead. ACK. Thanks; pushed. -- Eric

[libvirt] [PATCH 02/10] nwfilter: use consistent OOM reporting

2010-08-18 Thread Eric Blake
* src/nwfilter/nwfilter_driver.c (nwfilterLog): Delete. (nwfilterDriverStartup): Use virReportOOMError instead. --- No point making printf uses harder to audit by hiding them in a macro, especially when this file already uses virReportOOMError elsewhere. src/nwfilter/nwfilter_driver.c |6