]> 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)
committerLaine Stump <laine@laine.org>
Fri, 4 May 2012 20:51:11 +0000 (16:51 -0400)
commitbae4ff282bb95c4a0b035a0e3c00964f88e81d25
tree585d099a570b729d9550d2b387b521d0f4430792
parent43d1616ff59eb6dd5d1f484d1e9de9133ca034a6
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).
src/util/virnetlink.c