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] Patch for typo causing multiple output in xm list -l, co

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Patch for typo causing multiple output in xm list -l, courtesy of Laura Ramirez
From: Xen patchbot -unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 14 Oct 2005 01:40:15 +0000
Delivery-date: Fri, 14 Oct 2005 01:38:15 +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@xxxxxxxxxxxxxxxxxxxxxx
# Node ID 95ec0b1342061e13e3cd489631db54e0ec2e8f33
# Parent  56752fea020d144da1598dacefbdf4c35375f168
Patch for typo causing multiple output in xm list -l, courtesy of Laura Ramirez
<laura.ramirez@xxxxxx>.

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

diff -r 56752fea020d -r 95ec0b134206 tools/python/xen/xm/main.py
--- a/tools/python/xen/xm/main.py       Thu Oct 13 19:16:02 2005
+++ b/tools/python/xen/xm/main.py       Thu Oct 13 22:16:03 2005
@@ -233,7 +233,7 @@
                
     if use_long:
         for dom in doms:
-            PrettyPrint.prettyprint(doms)
+            PrettyPrint.prettyprint(dom)
     else:
         domsinfo = map(parse_doms_info, doms)
 

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Patch for typo causing multiple output in xm list -l, courtesy of Laura Ramirez, Xen patchbot -unstable <=