]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Print any exception that occurs in authentication callback
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 10 Sep 2012 15:44:40 +0000 (16:44 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 11 Sep 2012 11:16:17 +0000 (12:16 +0100)
commit01573bdf4f462a0a7e7a29a37ddfcc7ecff3c049
tree85d712b0a768dacf29662bd987723131e1f9c27b
parente73ff9763a6efde95037f33b4f7a5eb1ef029c35
Print any exception that occurs in authentication callback

If an exception occurs in the python callback for openAuth()
the stack trace isn't seen by the apps, since this code is
called from libvirt context. To aid diagnostics, print the
error to stderr at least

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
python/libvirt-override.c