[libvirt PATCH] util: Make virFileClose() quiet on success

2020-11-12 Thread Andrea Bolognani
While it's certainly good to log events like "failed to close fd" and "tried to close invalid fd", which are likely to be the consequence of some bug in libvirt, logging a message every single time a file descriptor is closed successfully is perhaps excessive and can lead to useful information bein

Re: [libvirt PATCH] util: Make virFileClose() quiet on success

2020-11-12 Thread Michal Privoznik
On 11/12/20 7:51 PM, Andrea Bolognani wrote: While it's certainly good to log events like "failed to close fd" and "tried to close invalid fd", which are likely to be the consequence of some bug in libvirt, logging a message every single time a file descriptor is closed successfully is perhaps ex