]> git.ipfire.org Git - thirdparty/libvirt.git/commit
python: libvirt-override: use simpler debug
authorCole Robinson <crobinso@redhat.com>
Tue, 14 Jun 2011 16:59:44 +0000 (12:59 -0400)
committerCole Robinson <crobinso@redhat.com>
Mon, 20 Jun 2011 18:10:26 +0000 (14:10 -0400)
commite8c8fc144dc2d8693cb73d10c0401fec98aba53b
tree7cd9ab91c9454d835cac1ff14fb5bff6b6592b3e
parent9256ad84fc97c76f837105d2310b0369a232784d
python: libvirt-override: use simpler debug

In a couple instances we have to mark a debug variable as ATTRIBUTE_UNUSED
to avoid warnings.

v2:
    Use #if 0 to comment out debug define
python/libvirt-override.c