]> xenbits.xensource.com Git - libvirt.git/commit
Log all errors at level INFO to stop polluting syslog
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 18 Nov 2010 13:14:08 +0000 (13:14 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 23 Nov 2010 14:09:52 +0000 (14:09 +0000)
commit04bd0360f32ec628ecf7943b3fd1468d6eb2dde5
treeec7c147ad9d0da4fd926151b035c8d7937c6484d
parent882f78c3cb60f3f9fb04dad2877252012db3ced3
Log all errors at level INFO to stop polluting syslog

Everytime a public API returns an error, libvirtd pollutes
syslog with that error message. Reduce the error logging
level to INFO so these don't appear by default.

* src/util/virterror.c: Log all errors at INFO
src/util/virterror.c