]> git.ipfire.org Git - thirdparty/libvirt.git/commit
esx: Dump the raw response in case of an SOAP fault
authorMatthias Bolte <matthias.bolte@googlemail.com>
Tue, 5 Jan 2010 01:44:33 +0000 (02:44 +0100)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Fri, 8 Jan 2010 18:28:14 +0000 (19:28 +0100)
commit70033907913beb66d94feca6437b4f9d8a6b9be8
tree6c6f57d0aea73dd6fb966117be52b5f5be6501bf
parent75b7f400f949cdf46ac32af33b772323307cafa7
esx: Dump the raw response in case of an SOAP fault

Currently only the faultcode and faultstring are deserialized, the
detail part is ignored. The implementation of many new SOAP types
would be necessary to deserialize the detail part correctly. As an
intermediate solution the raw response is dumped to the debug log.
src/esx/esx_vi.c