]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: remove error log from stubs of virNetlinkEventServiceStart|Stop
authorLaine Stump <laine@laine.org>
Thu, 3 May 2012 15:52:17 +0000 (11:52 -0400)
committerCole Robinson <crobinso@redhat.com>
Thu, 14 Jun 2012 15:16:56 +0000 (11:16 -0400)
commita14f23f05c9a57c1aa567351e05f23b520c6e79b
treebc174f9d6a2848b23a9b53039855f1d88674fa73
parentcd94771b1d6413a4ff1b58dcefafb7ef8299bf54
util: remove error log from stubs of virNetlinkEventServiceStart|Stop

These two functions are called from main() on all platforms, and
always return success on platforms that don't support libnl. They
still log an error message, though, which doesn't make sense - they
should just be NOPs on those platforms. (Per a suggestion during
review, I've turned the logs into debug messages rather than removing
them completely).
(cherry picked from commit bae4ff282bb95c4a0b035a0e3c00964f88e81d25)
src/util/virnetlink.c