|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] Patch for typo causing multiple output in xm list -l, co
# 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 <=
|
|
|
|
|