]> git.ipfire.org Git - thirdparty/libvirt.git/commit
maint: log xml during volume creation
authorEric Blake <eblake@redhat.com>
Tue, 30 Oct 2012 20:53:56 +0000 (14:53 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 30 Oct 2012 20:59:31 +0000 (14:59 -0600)
commit270a9fef375d3eabeec1c2fabe71c4c26d13803f
tree48494653e3f5a49544ac18aeaeeadaf3dcecc993
parent0e7fd31fb52482903ebd34764c065867d26f93b5
maint: log xml during volume creation

I noticed this while answering a list question about Java bindings
of volume creation.  All other functions that take xml logged xmlDesc.

* src/libvirt.c (virStorageVolCreateXML)
(virStorageVolCreateXMLFrom): Use consistent spelling of xmlDesc,
and log the argument.
src/libvirt.c