]> xenbits.xensource.com Git - libvirt.git/commit
build: fix 'make syntax-check' failure
authorEric Blake <eblake@redhat.com>
Thu, 29 Jul 2010 19:27:58 +0000 (13:27 -0600)
committerEric Blake <eblake@redhat.com>
Thu, 29 Jul 2010 19:28:32 +0000 (13:28 -0600)
commitd580eafca8cf787167ebdecc8a6f27829fc8afa3
tree810d54b976361dd97bf3a2ae2001a673cb5e7dc2
parent938f2dbd9e259dc30dc6cf25d200db46bb30a838
build: fix 'make syntax-check' failure

src/lxc/veth.c:150:        VIR_DEBUG(_("Failed to delete '%s' (%d)"),
src/lxc/veth.c:188:            VIR_DEBUG(_("Failed to disable '%s' (%d)"),
maint.mk: do not mark these strings for translation

* src/lxc/veth.c (vethDelete, vethInterfaceUpOrDown): Don't
translate VIR_DEBUG.
src/lxc/veth.c