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] Fix call with missing parameters.

# HG changeset patch
# User emellor@ewan
# Node ID 64e3cab7ab9e6b4f44e063ffe36ff8952abbbe54
# Parent  10d6bda59ea4580b6138f73afcd7b5daca5d6332
Fix call with missing parameters.

diff -r 10d6bda59ea4 -r 64e3cab7ab9e tools/python/xen/xend/PrettyPrint.py
--- a/tools/python/xen/xend/PrettyPrint.py      Fri Sep 23 13:28:16 2005
+++ b/tools/python/xen/xend/PrettyPrint.py      Fri Sep 23 14:53:36 2005
@@ -252,7 +252,7 @@
         self.block = self.block.parent
 
     def prettyprint(self, out=sys.stdout):
-        self.top.prettyprint(Line(out, self.width))
+        self.top.prettyprint(Line(out, self.width), self.width)
 
 class SXPPrettyPrinter(PrettyPrinter):
     """An SXP prettyprinter.

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Fix call with missing parameters., Xen patchbot -unstable <=