|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] xm list -l displays duplicate information
Hello, Yesterday, I updated my xen to changeset 7352:f3aa156fda6a. I noticed that the "xm list -l" was printing the domain information more than once. Since I had 3 domains, it was displaying the info 3 times. There seems to have been a typo with changeset 7273:32f9300618d6. Attached is a patch that fixes the typo, just in case it hasn't been fixed already. Laura Ramirez --- a/tools/python/xen/xm/main.py 2005-10-12 07:00:27.000000000 -0700
+++ b/tools/python/xen/xm/main.py 2005-10-13 13:54:06.261160568 -0700
@@ -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-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |