[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] Use the string Error: rather than Xend has generated an internal Fault:.



# HG changeset patch
# User emellor@xxxxxxxxxxxxxxxxxxxxxx
# Node ID ffee7e07ad4b03edb0527c3d5f200254f303ef15
# Parent  d52a93ee4624b0fae694353251622af2eb51dabc
Use the string Error: rather than Xend has generated an internal Fault:.
xm-test looks for this.

Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>

diff -r d52a93ee4624 -r ffee7e07ad4b tools/python/xen/xm/main.py
--- a/tools/python/xen/xm/main.py       Thu Mar 23 10:40:43 2006
+++ b/tools/python/xen/xm/main.py       Thu Mar 23 10:42:19 2006
@@ -1105,7 +1105,7 @@
         except SystemExit:
             sys.exit(1)
         except xmlrpclib.Fault, ex:
-            print "Xend generated an internal fault: %s" % ex.faultString
+            print "Error: %s" % ex.faultString
             sys.exit(1)
         except:
             print "Unexpected error:", sys.exc_info()[0]

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.