• L
    util: remove error log from stubs of virNetlinkEventServiceStart|Stop · a14f23f0
    Laine Stump 提交于
    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 bae4ff28)
    a14f23f0
virnetlink.c 16.3 KB