PyArg_ParseTuple: Provide correct function namesv2.2.0
commit2236fb90faae770a94cda49fb539e46847714d4b
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 23 Aug 2016 22:45:58 +0000 (24 00:45 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 24 Aug 2016 15:05:18 +0000 (24 17:05 +0200)
tree49864014f0789c8de0a8497d6fca9641fd29e8fb
parent0b050dd015a9bf09000c17bd0eb0c868b75bec6e
PyArg_ParseTuple: Provide correct function names

At the end of the format string we put :virFunctionName where ':'
says "this is the end of argument list", and virFunctionName is
the prefix for error messages then.  However, in some cases we
have had wrong names there. Some of them are actually quite
funny: xmlRegisterErrorHandler.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
libvirt-override.c
libvirt-qemu-override.c