|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] Added logging of exceptions coming through callInfo, fo
# HG changeset patch
# User emellor@ewan
# Node ID ea373837d474bf2a050b2924c237025ad0f7b9c9
# Parent b56364e269c711e9f851963dfadfe225bfc15911
Added logging of exceptions coming through callInfo, for better debugging.
Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>
diff -r b56364e269c7 -r ea373837d474 tools/python/xen/xend/XendDomain.py
--- a/tools/python/xen/xend/XendDomain.py Wed Sep 28 13:02:38 2005
+++ b/tools/python/xen/xend/XendDomain.py Wed Sep 28 13:03:06 2005
@@ -547,6 +547,7 @@
except XendError:
raise
except Exception, exn:
+ log.exception("")
raise XendError(str(exn))
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] Added logging of exceptions coming through callInfo, for better debugging.,
Xen patchbot -unstable <=
|
|
|
|
|