WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Added logging of exceptions coming through callInfo, fo

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Added logging of exceptions coming through callInfo, for better debugging.
From: Xen patchbot -unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 28 Sep 2005 13:16:13 +0000
Delivery-date: Wed, 28 Sep 2005 13:14:05 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# 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 <=