[libvirt] [PATCH 3/3] Filter out certain expected error messages from libvirtd

2011-01-21 Thread Daniel P. Berrange
Add a hook to the error reporting APIs to allow specific error messages to be filtered out. Wire up libvirtd to remove VIR_ERR_NO_DOMAIN similar error codes from the logs. THey are still logged at DEBUG level. * daemon/libvirtd.c: Filter VIR_ERR_NO_DOMAIN and friends * src/libvirt_private.syms,

Re: [libvirt] [PATCH 3/3] Filter out certain expected error messages from libvirtd

2011-01-21 Thread Eric Blake
On 01/21/2011 10:30 AM, Daniel P. Berrange wrote: Add a hook to the error reporting APIs to allow specific error messages to be filtered out. Wire up libvirtd to remove VIR_ERR_NO_DOMAIN similar error codes from the logs. THey are still logged at DEBUG level. s/THey/They/ *