]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix duplicating logging of errors in libvirtd
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 19 Oct 2009 17:28:28 +0000 (18:28 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 2 Nov 2009 16:22:02 +0000 (11:22 -0500)
commit4ab7995871d53634f14d788983659339dc936cba
tree67075eb60f853fd75342d4b8003a0e336d85a626
parent5f67253813635dd7bbf5ea75073e6a8ec1086cca
Fix duplicating logging of errors in libvirtd

The libvirt default error handling callback will print all errors
to stderr. The libvirtd default logging callback will do the same.
Set a no-op error handling callback in libvirtd to prevent this
duplication

* daemon/libvirtd.c: Register a no-op error handling function
daemon/libvirtd.c